coar 99/06/05 12:26:59
Modified: src/support htdigest.c
Log:
Make main() return an int.
Revision Changes Path
1.25 +1 -1 apache-1.3/src/support/htdigest.c
Index: htdigest.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/htdigest.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- htdigest.c 1999/06/05 19:10:05 1.24
+++ htdigest.c 1999/06/05 19:26:57 1.25
@@ -267,5 +267,5 @@
#endif
system(command);
unlink(tn);
- exit(0);
+ return 0;
}