Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/lib/libsa Pull up revision 1.11 (requested by thorp...
details: https://anonhg.NetBSD.org/src/rev/7cf483719aeb
branches: netbsd-1-6
changeset: 529624:7cf483719aeb
user: he <he%NetBSD.org@localhost>
date: Sun Dec 01 19:36:17 2002 +0000
description:
Pull up revision 1.11 (requested by thorpej in ticket #836):
Do not #include "/usr/incloude/arpa/tftph" directly.
Fixes problem for cross-compiling.
diffstat:
sys/lib/libsa/tftp.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r 29dcbcd476cb -r 7cf483719aeb sys/lib/libsa/tftp.c
--- a/sys/lib/libsa/tftp.c Sun Dec 01 19:32:29 2002 +0000
+++ b/sys/lib/libsa/tftp.c Sun Dec 01 19:36:17 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tftp.c,v 1.10 2000/03/30 12:19:49 augustss Exp $ */
+/* $NetBSD: tftp.c,v 1.10.22.1 2002/12/01 19:36:17 he Exp $ */
/*
* Copyright (c) 1996
@@ -59,11 +59,7 @@
#include <netinet/udp.h>
#include <netinet/in_systm.h>
#include <lib/libkern/libkern.h>
-#ifdef _STANDALONE
-#include "/usr/include/arpa/tftp.h" /* XXX */
-#else
#include <arpa/tftp.h>
-#endif
#include "stand.h"
#include "net.h"
Home |
Main Index |
Thread Index |
Old Index