Module Name:    src
Committed By:   christos
Date:           Thu Apr 28 11:45:02 UTC 2016

Modified Files:
        src/external/cddl/osnet/sys/sys: time.h

Log Message:
include stdio.h for NULL


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/sys/sys/time.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/sys/sys/time.h
diff -u src/external/cddl/osnet/sys/sys/time.h:1.6 src/external/cddl/osnet/sys/sys/time.h:1.7
--- src/external/cddl/osnet/sys/sys/time.h:1.6	Sun Dec 27 16:42:09 2015
+++ src/external/cddl/osnet/sys/sys/time.h	Thu Apr 28 07:45:02 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: time.h,v 1.6 2015/12/27 21:42:09 christos Exp $	*/
+/*	$NetBSD: time.h,v 1.7 2016/04/28 11:45:02 christos Exp $	*/
 
 /*-
  * Copyright (c) 2007 Pawel Jakub Dawidek <p...@freebsd.org>
@@ -72,6 +72,8 @@ int clock_gettime(clockid_t, struct time
     __RENAME(__clock_gettime50)
 #endif
 ;
+#else
+#include <stdio.h>	/* For NULL */
 #endif
 
 static __inline hrtime_t gethrtime(void) {

Reply via email to