PERFORCE change 147523 for review

Marko Zec zec at FreeBSD.org
Sat Aug 16 11:53:26 UTC 2008


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

Change 147523 by zec at 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_ */


More information about the p4-projects mailing list