diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-16 15:17:40 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-16 15:17:40 +0800 |
commit | e5ee21752e651dd5e658632e5d1869b360d573d2 (patch) | |
tree | e7add7a89ae7e69df7d80904e803401b5afa60f9 /daemon/utmpd/Makefile | |
parent | 20e713a15d403569e80a1461634628fb12996a47 (diff) | |
download | pttbbs-e5ee21752e651dd5e658632e5d1869b360d573d2.tar pttbbs-e5ee21752e651dd5e658632e5d1869b360d573d2.tar.gz pttbbs-e5ee21752e651dd5e658632e5d1869b360d573d2.tar.bz2 pttbbs-e5ee21752e651dd5e658632e5d1869b360d573d2.tar.lz pttbbs-e5ee21752e651dd5e658632e5d1869b360d573d2.tar.xz pttbbs-e5ee21752e651dd5e658632e5d1869b360d573d2.tar.zst pttbbs-e5ee21752e651dd5e658632e5d1869b360d573d2.zip |
* fix compile error
* fix boundary condition if uid == MAX_USERS
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4634 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'daemon/utmpd/Makefile')
-rw-r--r-- | daemon/utmpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/utmpd/Makefile b/daemon/utmpd/Makefile index 97270836..65269c8d 100644 --- a/daemon/utmpd/Makefile +++ b/daemon/utmpd/Makefile @@ -5,7 +5,7 @@ SRCROOT= ../.. PROGRAMS= utmpserver utmpsync utmpserver2 utmpserver3 authserver UTILDIR= $(SRCROOT)/util -UTILOBJ= $(UTILDIR)/util_var.o $(UTILDIR)/util_passwd.o +UTILOBJ= $(UTILDIR)/util_var.o LDLIBS+=$(SRCROOT)/common/bbs/libcmbbs.a \ $(SRCROOT)/common/sys/libcmsys.a \ |