summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant>2004-03-11 13:51:07 +0000
committergrant <grant>2004-03-11 13:51:07 +0000
commit3ad69f29acc5c967cd64b98a8d1563eeb8212151 (patch)
treee7656a35e1bc3b9e685cbedb035163b5b622d3ed /net
parent63dc42d81412bae52df94bc21e1ce11ce5a241ba (diff)
downloadpkgsrc-3ad69f29acc5c967cd64b98a8d1563eeb8212151.tar.gz
catch up with bootstrap-pkgsrc changes.
Oops, there's no nbcompat.h here. Put real #includes.
Diffstat (limited to 'net')
-rw-r--r--net/tnftp/files/libnetbsd/utimes.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/tnftp/files/libnetbsd/utimes.c b/net/tnftp/files/libnetbsd/utimes.c
index 4128c3e42d5..96badf51955 100644
--- a/net/tnftp/files/libnetbsd/utimes.c
+++ b/net/tnftp/files/libnetbsd/utimes.c
@@ -1,4 +1,4 @@
-/* $NetBSD: utimes.c,v 1.1 2004/03/11 13:48:58 grant Exp $ */
+/* $NetBSD: utimes.c,v 1.2 2004/03/11 13:51:07 grant Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -38,9 +38,8 @@
* Emulate utimes(2) using utime(2), but losing sub-second granularity.
*/
-#include "nbcompat.h"
-
-#include <unistd.h>
+#include <sys/types.h>
+#include <sys/time.h>
#include <utime.h>
int