Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2012 23:23:48 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219836 for review
Message-ID:  <201211232323.qANNNmOU016944@skunkworks.freebsd.org>

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

Change 219836 by rwatson@rwatson_cinnamon on 2012/11/23 23:23:08

	Replace further instances of <> with "" for local includes in
	auditdistd.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#5 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditdistd/sigtimedwait.h#2 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditdistd/synch.h#3 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#5 (text+ko) ====

@@ -27,7 +27,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#4 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#5 $
  */
 
 #include <config/config.h>
@@ -48,9 +48,8 @@
 #include <compat/strlcpy.h>
 #endif
 
-#include <pjdlog.h>
-
 #include "auditdistd.h"
+#include "pjdlog.h"
 
 extern int depth;
 extern int lineno;

==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/sigtimedwait.h#2 (text+ko) ====

@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/sigtimedwait.h#1 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/sigtimedwait.h#2 $
  */
 
 #ifndef	_SIGTIMEDWAIT_H_
@@ -42,7 +42,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include <pjdlog.h>
+#include "pjdlog.h"
 
 static int
 sigtimedwait(const sigset_t *set, siginfo_t *info,

==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/synch.h#3 (text+ko) ====

@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/synch.h#2 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/synch.h#3 $
  */
 
 #ifndef	_SYNCH_H_
@@ -40,7 +40,7 @@
 #include <stdbool.h>
 #include <time.h>
 
-#include <pjdlog.h>
+#include "pjdlog.h"
 
 #ifndef	PJDLOG_ASSERT
 #include <assert.h>



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