summaryrefslogtreecommitdiffstats
path: root/util/tunepasswd.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-09-12 11:31:16 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-09-12 11:31:16 +0800
commit535e458a1b28ecdf69dddcace060807e462980fd (patch)
tree6321dcb267e99a267c85cc113695e27b76cb1f70 /util/tunepasswd.c
parentfa932118b9ab9bffa96c1e73ab4aa982f60292cb (diff)
downloadpttbbs-535e458a1b28ecdf69dddcace060807e462980fd.tar
pttbbs-535e458a1b28ecdf69dddcace060807e462980fd.tar.gz
pttbbs-535e458a1b28ecdf69dddcace060807e462980fd.tar.bz2
pttbbs-535e458a1b28ecdf69dddcace060807e462980fd.tar.lz
pttbbs-535e458a1b28ecdf69dddcace060807e462980fd.tar.xz
pttbbs-535e458a1b28ecdf69dddcace060807e462980fd.tar.zst
pttbbs-535e458a1b28ecdf69dddcace060807e462980fd.zip
Solaris compatible
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2193 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/tunepasswd.c')
-rw-r--r--util/tunepasswd.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/util/tunepasswd.c b/util/tunepasswd.c
index 1d575dcc..b617fb77 100644
--- a/util/tunepasswd.c
+++ b/util/tunepasswd.c
@@ -1,13 +1,5 @@
/* $Id$ */
-#include <stdio.h>
-#include <string.h>
-#include <unistd.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/file.h>
-#include "config.h"
-#include "pttstruct.h"
-#include "common.h"
+#include "bbs.h"
int tune(int num) {
int i, j, fin, fout;