PERFORCE change 149008 for review

Brooks Davis brooks at FreeBSD.org
Mon Sep 1 19:37:30 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149008

Change 149008 by brooks at brooks_coredump on 2008/09/01 19:37:23

	Fix mis-merge.  Don't include socket.h twice.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/nfsclient/nfs_diskless.c#7 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/nfsclient/nfs_diskless.c#7 (text+ko) ====

@@ -45,7 +45,6 @@
 #include <sys/socket.h>
 #include <sys/vimage.h>
 
-#include <sys/socket.h>
 #include <net/if.h>
 #include <net/if_dl.h>
 #include <net/if_types.h>


More information about the p4-projects mailing list