Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Uses __GNUC_PREREQ__, needs sys/cdefs.h.



details:   https://anonhg.NetBSD.org/src/rev/a1f740492d31
branches:  trunk
changeset: 343109:a1f740492d31
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jan 22 23:31:30 2016 +0000

description:
Uses __GNUC_PREREQ__, needs sys/cdefs.h.

diffstat:

 sys/sys/dirent.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4ec103e97f2d -r a1f740492d31 sys/sys/dirent.h
--- a/sys/sys/dirent.h  Fri Jan 22 23:30:27 2016 +0000
+++ b/sys/sys/dirent.h  Fri Jan 22 23:31:30 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dirent.h,v 1.29 2015/02/26 02:05:54 dholland Exp $     */
+/*     $NetBSD: dirent.h,v 1.30 2016/01/22 23:31:30 dholland Exp $     */
 
 /*-
  * Copyright (c) 1989, 1993
@@ -34,6 +34,7 @@
 #ifndef _SYS_DIRENT_H_
 #define _SYS_DIRENT_H_
 
+#include <sys/cdefs.h>
 #include <sys/featuretest.h>
 
 /*



Home | Main Index | Thread Index | Old Index