2021-02-28 22:10:48 +01:00
|
|
|
#ifndef SYSLOG_H
|
|
|
|
|
#define SYSLOG_H \
|
|
|
|
|
"$Id: syslog.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $"
|
|
|
|
|
/*
|
|
|
|
|
* Copyright © 1994 AmiTCP/IP Group,
|
|
|
|
|
* Network Solutions Development, Inc.
|
|
|
|
|
* All rights reserved.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <sys/syslog.h>
|
|
|
|
|
|
|
|
|
|
#endif /* !SYSLOG_H */
|