Added un_attach function development
This commit is contained in:
parent
661fe188ad
commit
7f0682ded6
@ -3,6 +3,10 @@ $Id$
|
|||||||
|
|
||||||
v0.61.2 11-Jul-2004
|
v0.61.2 11-Jul-2004
|
||||||
|
|
||||||
|
upgrade:
|
||||||
|
Make sure that /opt/mbse/queue is empty, then close the
|
||||||
|
bbs with "mbstat close wait". Then do the upgrade.
|
||||||
|
|
||||||
general:
|
general:
|
||||||
Added -fno-strict-aliasing switch to gcc to prevent some
|
Added -fno-strict-aliasing switch to gcc to prevent some
|
||||||
warnings.
|
warnings.
|
||||||
|
@ -535,6 +535,7 @@ void flush_dir(char *ndir)
|
|||||||
|
|
||||||
while (fgets(buf, PATH_MAX, fp)) {
|
while (fgets(buf, PATH_MAX, fp)) {
|
||||||
Striplf(buf);
|
Striplf(buf);
|
||||||
|
Syslog('p', ".filelist: %s", buf);
|
||||||
flavor = buf[0];
|
flavor = buf[0];
|
||||||
p = strchr(buf, ' ');
|
p = strchr(buf, ' ');
|
||||||
p++;
|
p++;
|
||||||
|
Reference in New Issue
Block a user