pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/info Include fcntl.h for So...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2406bdde62f8
branches:  trunk
changeset: 538306:2406bdde62f8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 05 18:57:09 2008 +0000

description:
Include fcntl.h for Solaris. From Andri Piik in private mail.

diffstat:

 pkgtools/pkg_install/files/info/perform.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r bcc63a096bac -r 2406bdde62f8 pkgtools/pkg_install/files/info/perform.c
--- a/pkgtools/pkg_install/files/info/perform.c Tue Feb 05 17:00:35 2008 +0000
+++ b/pkgtools/pkg_install/files/info/perform.c Tue Feb 05 18:57:09 2008 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: perform.c,v 1.41 2008/02/02 16:21:45 joerg Exp $       */
+/*     $NetBSD: perform.c,v 1.42 2008/02/05 18:57:09 joerg Exp $       */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -17,7 +17,7 @@
 #if 0
 static const char *rcsid = "from FreeBSD Id: perform.c,v 1.23 1997/10/13 15:03:53 jkh Exp";
 #else
-__RCSID("$NetBSD: perform.c,v 1.41 2008/02/02 16:21:45 joerg Exp $");
+__RCSID("$NetBSD: perform.c,v 1.42 2008/02/05 18:57:09 joerg Exp $");
 #endif
 #endif
 
@@ -90,6 +90,9 @@
 #if HAVE_ERRNO_H
 #include <errno.h>
 #endif
+#if HAVE_FCNTL_H
+#include <fcntl.h>
+#endif
 #if HAVE_SIGNAL_H
 #include <signal.h>
 #endif



Home | Main Index | Thread Index | Old Index