This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- policy.h 2003-05-29 08:08:45.000000000 +0200 | |
+++ policy.h.new 2014-08-20 12:03:45.595405893 +0200 | |
@@ -297,7 +297,7 @@ | |
systems the lock files are placed in /etc/locks. On some they are | |
placed in /usr/spool/locks. On the NeXT they are placed in | |
/usr/spool/uucp/LCK. */ | |
-/* #define LOCKDIR "/usr/spool/uucp" */ | |
+#define LOCKDIR "/data/local/etc/spool/uucp" | |
/* #define LOCKDIR "/etc/locks" */ | |
/* #define LOCKDIR "/usr/spool/locks" */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <getopt.h> | |
#include <stdlib.h> | |
#include <stdint.h> | |
#include <string.h> | |
#include <termios.h> | |
#include <fcntl.h> | |
#include <unistd.h> | |
#include <sys/stat.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//#include<windows.h> | |
#define GLUT_DISABLE_ATEXIT_HACK | |
#include <GL/glut.h> | |
#include <stdio.h> | |
#include <string.h> | |
#define background 1, 1, 1 | |
#define foreground 0, 0, 0 | |
unsigned int width = 5; |
NewerOlder