diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 07:15:47 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 07:15:47 +0100 |
commit | 6c289d544115c7b5c8ca5ca2e4101d0543dc1564 (patch) | |
tree | 55fe11c0b407d8d449c28e4cf90579d6840aa606 /fbtools.c | |
parent | 2764d42d490c13e38ef2cd06b2eb245045d8111e (diff) | |
download | fbida-6c289d544115c7b5c8ca5ca2e4101d0543dc1564.tar.gz |
udev device enumeration
Diffstat (limited to 'fbtools.c')
-rw-r--r-- | fbtools.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ static void fb_cleanup_display(void) /* -------------------------------------------------------------------- */ -gfxstate* fb_init(char *device, char *mode, int vt) +gfxstate* fb_init(const char *device, char *mode, int vt) { unsigned long page_mask; struct stat st; |