-d option to attach. Also fix CC in Makefile and make it build with DEBUG again.

This commit is contained in:
Nicholas Marriott
2007-10-04 21:21:48 +00:00
parent 4add09eab7
commit 5a3b92c2df
4 changed files with 97 additions and 19 deletions

View File

@ -1,4 +1,4 @@
/* $Id: server.c,v 1.25 2007-10-04 20:01:10 nicm Exp $ */
/* $Id: server.c,v 1.26 2007-10-04 21:21:48 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -74,7 +74,9 @@ server_start(char *path)
return (0);
}
#ifdef DEBUG
xmalloc_clear();
#endif
logfile("server");
setproctitle("server (%s)", path);