summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/tftp.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2014-07-13 15:31:20 +0000
committermpi <mpi@openbsd.org>2014-07-13 15:31:20 +0000
commiteb76c208173c67d7ebbeb2537785e4cca078f06d (patch)
tree6892943dd439df34a3569d522c5ed079f37068c3 /sys/lib/libsa/tftp.c
parentuse mallocarray where arguments are multipled. ok deraadt (diff)
downloadwireguard-openbsd-eb76c208173c67d7ebbeb2537785e4cca078f06d.tar.xz
wireguard-openbsd-eb76c208173c67d7ebbeb2537785e4cca078f06d.zip
Stop using old n_long and n_short types.
Diffstat (limited to 'sys/lib/libsa/tftp.c')
-rw-r--r--sys/lib/libsa/tftp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/tftp.c b/sys/lib/libsa/tftp.c
index 3402326f381..3eea8bbe66e 100644
--- a/sys/lib/libsa/tftp.c
+++ b/sys/lib/libsa/tftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tftp.c,v 1.5 2014/06/10 09:36:42 brad Exp $ */
+/* $OpenBSD: tftp.c,v 1.6 2014/07/13 15:31:20 mpi Exp $ */
/* $NetBSD: tftp.c,v 1.15 2003/08/18 15:45:29 dsl Exp $ */
/*
@@ -51,7 +51,6 @@
#include <sys/stat.h>
#include <netinet/in.h>
#include <netinet/udp.h>
-#include <netinet/in_systm.h>
#include <lib/libkern/libkern.h>
#include "stand.h"