projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1c3ac09
)
symorder(1): Fix for missing prototypes.
author
Sascha Wildner <saw@online.de>
Sun, 16 Jan 2011 04:46:06 +0000 (
05:46
+0100)
committer
Sascha Wildner <saw@online.de>
Sun, 16 Jan 2011 08:27:22 +0000 (09:27 +0100)
usr.bin/symorder/symorder.c
patch
|
blob
|
blame
|
history
diff --git
a/usr.bin/symorder/symorder.c
b/usr.bin/symorder/symorder.c
index
4677342
..
aceb8a5
100644
(file)
--- a/
usr.bin/symorder/symorder.c
+++ b/
usr.bin/symorder/symorder.c
@@
-33,7
+33,6
@@
* @(#) Copyright (c) 1980 The Regents of the University of California. All rights reserved.
* @(#)symorder.c 5.8 (Berkeley) 4/1/91
* $FreeBSD: src/usr.bin/symorder/symorder.c,v 1.15 1999/08/28 01:05:57 peter Exp $
- * $DragonFly: src/usr.bin/symorder/symorder.c,v 1.4 2008/10/16 01:52:33 swildner Exp $
*/
/*
@@
-51,6
+50,7
@@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <netinet/in.h>
#define SPACE 500