Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2008 11:53:25 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147523 for review
Message-ID:  <200808161153.m7GBrP9h096619@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147523

Change 147523 by zec@zec_tpx32 on 2008/08/16 11:52:26

	Adjust #ifdefs -> vimage.h is now in sys/, not in net/.

Affected files ...

.. //depot/projects/vimage/src/sys/sys/vimage.h#60 edit

Differences ...

==== //depot/projects/vimage/src/sys/sys/vimage.h#60 (text+ko) ====

@@ -28,8 +28,8 @@
  * SUCH DAMAGE.
  */
 
-#ifndef _NET_VIMAGE_H_
-#define _NET_VIMAGE_H_
+#ifndef _SYS_VIMAGE_H_
+#define _SYS_VIMAGE_H_
 
 #include <sys/lock.h>
 #include <sys/proc.h>
@@ -497,4 +497,4 @@
 #define VI_SET_CHROOT		0x00200000
 
 
-#endif /* _NET_VIMAGE_H_ */
+#endif /* !_SYS_VIMAGE_H_ */



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