You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
297 B
12 lines
297 B
--- display.c.orig Mon Jan 24 01:39:03 2000 |
|
+++ display.c Sun Mar 18 12:39:45 2001 |
|
@@ -45,7 +45,9 @@ |
|
|
|
#include <stdio.h> |
|
#include <sys/stat.h> |
|
+#if !defined(__FreeBSD__) && !defined(__Linux__) |
|
#include <sys/sysmacros.h> |
|
+#endif |
|
#include <unistd.h> |
|
#include <sys/types.h> |
|
#include <errno.h>
|
|
|