Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2002 09:50:51 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9916 for review
Message-ID:  <200204171650.g3HGopi20409@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9916

Change 9916 by peter@peter_thunder on 2002/04/17 09:50:45

	fix nfsd for ia64.  missing strdup() prototype. (!)

Affected files ...

... //depot/projects/ia64/sbin/nfsd/nfsd.c#3 edit

Differences ...

==== //depot/projects/ia64/sbin/nfsd/nfsd.c#3 (text+ko) ====

@@ -69,7 +69,7 @@
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 #include <unistd.h>
 #include <netdb.h>
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204171650.g3HGopi20409>