Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2011 12:08:05 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 190626 for review
Message-ID:  <201103271208.p2RC85AI038271@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@190626?ac=10

Change 190626 by trasz@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_ */



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