Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / deallocvt.c
index 3dd90c0e989254a3d62310d0f55a312b154010d8..fad7a2bb211567a80f83e88cbe624af550516610 100644 (file)
@@ -11,7 +11,7 @@
 #include <sys/ioctl.h>
 
 /* From <linux/vt.h> */
-#define VT_DISALLOCATE  0x5608  /* free memory associated to vt */
+static const int VT_DISALLOCATE = 0x5608;  /* free memory associated to vt */
 
 int deallocvt_main(int argc, char *argv[])
 {