diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-16 23:44:01 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-16 23:44:01 +0800 |
commit | 622bcefba4f726e5c8236830b2889ec43f06be7f (patch) | |
tree | 1686708635b6ae352a01c2d605a5b94dd00727e1 | |
parent | 1be39ce6e70dd5ecbdbef246606c9933dfb7b562 (diff) | |
download | pttbbs-622bcefba4f726e5c8236830b2889ec43f06be7f.tar pttbbs-622bcefba4f726e5c8236830b2889ec43f06be7f.tar.gz pttbbs-622bcefba4f726e5c8236830b2889ec43f06be7f.tar.bz2 pttbbs-622bcefba4f726e5c8236830b2889ec43f06be7f.tar.lz pttbbs-622bcefba4f726e5c8236830b2889ec43f06be7f.tar.xz pttbbs-622bcefba4f726e5c8236830b2889ec43f06be7f.tar.zst pttbbs-622bcefba4f726e5c8236830b2889ec43f06be7f.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@33 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/mbbsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 56d91691..6e4f7e90 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.11 2002/03/16 15:37:22 ptt Exp $ */ +/* $Id: mbbsd.c,v 1.12 2002/03/16 15:44:01 ptt Exp $ */ #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -414,7 +414,6 @@ write_request (int sig) { int i; - signal_restart (SIGUSR2, write_request); if( WATERMODE(WATER_OFO) ){ /* sig = SIGUSR2 waterball come in 0 flush to water[] (by my_write2()) |