mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-19 11:30:51 +00:00
14 lines
437 B
C
14 lines
437 B
C
|
/*
|
||
|
* Too bad we don't have symlinks for GNO ...
|
||
|
* This file allows a program to use the *proper* name for this
|
||
|
* header file, while allowing the "real" header file to reside on
|
||
|
* a ProDOS volume. This is good for speed and disk integrity,
|
||
|
* and gives a work-around for those sites which don't use HFS.
|
||
|
*
|
||
|
* $Id: in_systm.h,v 1.1 1997/02/28 04:41:59 gdr Exp $
|
||
|
*/
|
||
|
|
||
|
#ifndef _NETINET_IN_SYSTM_H_
|
||
|
#include <netinet/in.systm.h>
|
||
|
#endif
|