2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Put uio.h include within ifdef

This commit is contained in:
Ted Lemon
1996-09-04 07:06:39 +00:00
parent 4d6f36f459
commit 23f8f16adf
2 changed files with 6 additions and 4 deletions

View File

@@ -54,13 +54,14 @@
#ifndef lint
static char copyright[] =
"$Id: raw.c,v 1.7 1996/08/27 09:53:42 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
"$Id: raw.c,v 1.8 1996/09/04 07:06:39 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
#include <sys/uio.h>
#if defined (USE_RAW_SEND)
#include <sys/uio.h>
/* Generic interface registration routine... */
void if_register_send (info, interface)
struct interface_info *info;

5
raw.c
View File

@@ -54,13 +54,14 @@
#ifndef lint
static char copyright[] =
"$Id: raw.c,v 1.7 1996/08/27 09:53:42 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
"$Id: raw.c,v 1.8 1996/09/04 07:06:39 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
#include <sys/uio.h>
#if defined (USE_RAW_SEND)
#include <sys/uio.h>
/* Generic interface registration routine... */
void if_register_send (info, interface)
struct interface_info *info;