680768a793
returning pointers before calling them.
14 lines
365 B
Text
14 lines
365 B
Text
$NetBSD: patch-etherload_util_c,v 1.1 2012/09/09 19:35:20 dholland Exp $
|
|
|
|
Use standard headers.
|
|
|
|
--- etherload/util.c~ 1997-10-19 02:02:31.000000000 +0000
|
|
+++ etherload/util.c
|
|
@@ -43,6 +43,7 @@ static char *RCSid = "$Header: /home/vik
|
|
#include <curses.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <stdlib.h>
|
|
#include <unistd.h>
|
|
|
|
#include "etherload.h"
|