diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-12 16:38:05 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-12 16:38:05 +0800 |
commit | 4bb43f558058ac73ad1a36d489c9deefc19eb869 (patch) | |
tree | b1c5a254fc634b365538504bc8969a697336c061 | |
parent | 198bbbeaa7379abfc7454177fe7e4012a62df0ef (diff) | |
download | pttbbs-4bb43f558058ac73ad1a36d489c9deefc19eb869.tar pttbbs-4bb43f558058ac73ad1a36d489c9deefc19eb869.tar.gz pttbbs-4bb43f558058ac73ad1a36d489c9deefc19eb869.tar.bz2 pttbbs-4bb43f558058ac73ad1a36d489c9deefc19eb869.tar.lz pttbbs-4bb43f558058ac73ad1a36d489c9deefc19eb869.tar.xz pttbbs-4bb43f558058ac73ad1a36d489c9deefc19eb869.tar.zst pttbbs-4bb43f558058ac73ad1a36d489c9deefc19eb869.zip |
* fix compilation error on Linux - unnecessary header file
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4570 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | common/bbs/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/bbs/cache.c b/common/bbs/cache.c index 03da6932..b61dec86 100644 --- a/common/bbs/cache.c +++ b/common/bbs/cache.c @@ -5,7 +5,6 @@ #include <string.h> #include <ctype.h> #include <signal.h> -#include <machine/param.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ipc.h> |