freebsd-ports/net/dgd-lpmud/files/patch-hname.c
Greg Lewis 284bc687fb . Make this work with DGD 1.3.
. Fix some portlint warnings.
. Fix some compilation warnings.
. Make deinstall work a little better after the mud has been started and
  someone has logged in.
2009-07-06 02:27:20 +00:00

13 lines
274 B
C

$FreeBSD$
--- hname.c.orig 2009-07-03 21:47:49.000000000 -0700
+++ hname.c 2009-07-03 21:48:39.000000000 -0700
@@ -5,6 +5,8 @@
# include <arpa/inet.h>
# include <netdb.h>
# include <stdio.h>
+# include <stdlib.h>
+# include <string.h>
int main(argc, argv)
int argc;