PERFORCE change 190626 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Mar 27 12:08:06 UTC 2011


http://p4web.freebsd.org/@@190626?ac=10

Change 190626 by trasz at trasz_victim on 2011/03/27 12:07:33

	Fix ifdefs.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/sys/sys/racct.h#3 edit

Differences ...

==== //depot/projects/soc2009/trasz_limits/sys/sys/racct.h#3 (text+ko) ====

@@ -33,8 +33,8 @@
  * Resource accounting.
  */
 
-#ifndef _CONTAINER_H_
-#define	_CONTAINER_H_
+#ifndef _RACCT_H_
+#define	_RACCT_H_
 
 #include <sys/cdefs.h>
 #include <sys/queue.h>
@@ -150,4 +150,4 @@
 void	racct_proc_ucred_changed(struct proc *p, struct ucred *oldcred,
 	    struct ucred *newcred);
 
-#endif /* !_CONTAINER_H_ */
+#endif /* !_RACCT_H_ */


More information about the p4-projects mailing list