diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-05 12:53:52 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-05 12:53:52 +0800 |
commit | 078b255969c6b768f2c85c35a580feadf5774f31 (patch) | |
tree | 2acd396f4b0b07e22d378c33dbd54d4d8f92f81c /util | |
parent | 24b3e689cf6429d6a09ce8910d6b1735879bfdf4 (diff) | |
parent | dcf78b3ca3ff11ff35ec376bfc3fbff6923e154e (diff) | |
download | pttbbs-078b255969c6b768f2c85c35a580feadf5774f31.tar pttbbs-078b255969c6b768f2c85c35a580feadf5774f31.tar.gz pttbbs-078b255969c6b768f2c85c35a580feadf5774f31.tar.bz2 pttbbs-078b255969c6b768f2c85c35a580feadf5774f31.tar.lz pttbbs-078b255969c6b768f2c85c35a580feadf5774f31.tar.xz pttbbs-078b255969c6b768f2c85c35a580feadf5774f31.tar.zst pttbbs-078b255969c6b768f2c85c35a580feadf5774f31.zip |
remove branch victor.screen
add branch victor.solaris with some modification
git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.solaris@2180 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r-- | util/tunepasswd.c | 10 |
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; |