diff options
Diffstat (limited to 'console-tools/deallocvt.c')
-rw-r--r-- | console-tools/deallocvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index 00ddf4236..ad3cebfef 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include "busybox.h" | 30 | #include "busybox.h" |
31 | 31 | ||
32 | /* From <linux/vt.h> */ | 32 | /* From <linux/vt.h> */ |
33 | static const int VT_DISALLOCATE = 0x5608; /* free memory associated to vt */ | 33 | enum { VT_DISALLOCATE = 0x5608 }; /* free memory associated to vt */ |
34 | 34 | ||
35 | int deallocvt_main(int argc, char *argv[]) | 35 | int deallocvt_main(int argc, char *argv[]) |
36 | { | 36 | { |