pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tnftp/files/libnetbsd catch up with bootstrap-pkgs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2262f0ea9113
branches:  trunk
changeset: 470697:2262f0ea9113
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Mar 11 13:51:07 2004 +0000

description:
catch up with bootstrap-pkgsrc changes.

Oops, there's no nbcompat.h here.  Put real #includes.

diffstat:

 net/tnftp/files/libnetbsd/utimes.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 191e3520ad42 -r 2262f0ea9113 net/tnftp/files/libnetbsd/utimes.c
--- a/net/tnftp/files/libnetbsd/utimes.c        Thu Mar 11 13:48:58 2004 +0000
+++ b/net/tnftp/files/libnetbsd/utimes.c        Thu Mar 11 13:51:07 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index