* include/a.out.h: Add copyright hint.
* include/fcntl.h: Ditto. * include/lastlog.h: Ditto. * include/memory.h: Ditto. * include/mntent.h: Ditto. * include/paths.h: Ditto. * include/poll.h: Ditto. * include/syslog.h: Ditto. * include/termio.h: Ditto. * include/tzfile.h: Ditto. * include/arpa/inet.h: Ditto. * include/asm/byteorder.h: Ditto. * include/asm/socket.h: Ditto. * include/asm/types.h: Ditto. * include/cygwin/if.h: Ditto. * include/cygwin/mtio.h: Ditto. * include/cygwin/rdevio.h: Ditto. * include/cygwin/socket.h: Ditto. * include/net/if.h: Ditto. * include/netinet/in.h: Ditto. * include/netinet/in_systm.h: Ditto. * include/netinet/ip.h: Ditto. * include/netinet/ip_icmp.h: Ditto. * include/netinet/tcp.h: Ditto. * include/sys/cdefs.h: Ditto. * include/sys/cygwin.h: Ditto. * include/sys/ioctl.h: Ditto. * include/sys/mman.h: Ditto. * include/sys/mount.h: Ditto. * include/sys/mtio.h: Ditto. * include/sys/procfs.h: Ditto. * include/sys/resource.h: Ditto. * include/sys/smallprint.h: Ditto. * include/sys/socket.h: Ditto. * include/sys/strace.h: Ditto. * include/sys/syslog.h: Ditto. * include/sys/sysmacros.h: Ditto. * include/sys/termio.h: Ditto. * include/sys/termios.h: Ditto. * include/sys/uio.h: Ditto. * include/sys/un.h: Ditto. * include/sys/utsname.h: Ditto. * include/sys/vfs.h: Ditto. * include/sys/wait.h: Ditto. * regexp/regerror.c: Ditto. * regexp/regexp.h: Ditto. * regexp/regmagic.h: Ditto.
This commit is contained in:
parent
6249353a4c
commit
a887211b00
|
@ -1,3 +1,53 @@
|
|||
Mon Mar 5 20:15:00 2001 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/a.out.h: Add copyright hint.
|
||||
* include/fcntl.h: Ditto.
|
||||
* include/lastlog.h: Ditto.
|
||||
* include/memory.h: Ditto.
|
||||
* include/mntent.h: Ditto.
|
||||
* include/paths.h: Ditto.
|
||||
* include/poll.h: Ditto.
|
||||
* include/syslog.h: Ditto.
|
||||
* include/termio.h: Ditto.
|
||||
* include/tzfile.h: Ditto.
|
||||
* include/arpa/inet.h: Ditto.
|
||||
* include/asm/byteorder.h: Ditto.
|
||||
* include/asm/socket.h: Ditto.
|
||||
* include/asm/types.h: Ditto.
|
||||
* include/cygwin/if.h: Ditto.
|
||||
* include/cygwin/mtio.h: Ditto.
|
||||
* include/cygwin/rdevio.h: Ditto.
|
||||
* include/cygwin/socket.h: Ditto.
|
||||
* include/net/if.h: Ditto.
|
||||
* include/netinet/in.h: Ditto.
|
||||
* include/netinet/in_systm.h: Ditto.
|
||||
* include/netinet/ip.h: Ditto.
|
||||
* include/netinet/ip_icmp.h: Ditto.
|
||||
* include/netinet/tcp.h: Ditto.
|
||||
* include/sys/cdefs.h: Ditto.
|
||||
* include/sys/cygwin.h: Ditto.
|
||||
* include/sys/ioctl.h: Ditto.
|
||||
* include/sys/mman.h: Ditto.
|
||||
* include/sys/mount.h: Ditto.
|
||||
* include/sys/mtio.h: Ditto.
|
||||
* include/sys/procfs.h: Ditto.
|
||||
* include/sys/resource.h: Ditto.
|
||||
* include/sys/smallprint.h: Ditto.
|
||||
* include/sys/socket.h: Ditto.
|
||||
* include/sys/strace.h: Ditto.
|
||||
* include/sys/syslog.h: Ditto.
|
||||
* include/sys/sysmacros.h: Ditto.
|
||||
* include/sys/termio.h: Ditto.
|
||||
* include/sys/termios.h: Ditto.
|
||||
* include/sys/uio.h: Ditto.
|
||||
* include/sys/un.h: Ditto.
|
||||
* include/sys/utsname.h: Ditto.
|
||||
* include/sys/vfs.h: Ditto.
|
||||
* include/sys/wait.h: Ditto.
|
||||
* regexp/regerror.c: Ditto.
|
||||
* regexp/regexp.h: Ditto.
|
||||
* regexp/regmagic.h: Ditto.
|
||||
|
||||
Mon Mar 5 01:25:03 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* a.out.h
|
||||
|
||||
Copyright 1997, 1998, 1999, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _A_OUT_H_
|
||||
#define _A_OUT_H_
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* arpa/inet.h
|
||||
|
||||
Copyright 1997, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _ARPA_INET_H
|
||||
#define _ARPA_INET_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* asm/byteorder.h
|
||||
|
||||
Copyright 1996, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _I386_BYTEORDER_H
|
||||
#define _I386_BYTEORDER_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* asm/socket.h
|
||||
|
||||
Copyright 1996, 1997, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _ASM_SOCKET_H
|
||||
#define _ASM_SOCKET_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* asm/types.h
|
||||
|
||||
Copyright 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _ASM_TYPES_H
|
||||
#define _ASM_TYPES_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* cygwin/if.h
|
||||
|
||||
Copyright 1996, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _CYGWIN_IF_H_
|
||||
#define _CYGWIN_IF_H_
|
||||
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
/* cygwin/mtio.h
|
||||
|
||||
Copyright 1999, 2001 Red Hat, Inc.
|
||||
|
||||
Written by Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
/* cygwin/mtio.h header file for Cygwin.
|
||||
|
||||
by C. Vinschen. */
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
/* cygwin/rdevio.h
|
||||
|
||||
Copyright 1999, 2001 Red Hat, Inc.
|
||||
|
||||
Written by Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
/*
|
||||
* cygwin/rdevio.h header file for Cygwin.
|
||||
*
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* cygwin/socket.h
|
||||
|
||||
Copyright 1999, 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _CYGWIN_SOCKET_H
|
||||
#define _CYGWIN_SOCKET_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* fcntl.h
|
||||
|
||||
Copyright 1996, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _FCNTL_H
|
||||
#define _FCNTL_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* lastlog.h
|
||||
|
||||
Copyright 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _LASTLOG_H
|
||||
#define _LASTLOG_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* memory.h
|
||||
|
||||
Copyright 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _MEMORY_H
|
||||
#define _MEMORY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* mntent.h
|
||||
|
||||
Copyright 1996, 1998, 1999, 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _MNTENT_H
|
||||
#define _MNTENT_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* net/if.h
|
||||
|
||||
Copyright 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _NET_IF_H
|
||||
#define _NET_IF_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* netinet/in.h
|
||||
|
||||
Copyright 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _NETINET_IN_H
|
||||
#define _NETINET_IN_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* netinet/in_systm.h
|
||||
|
||||
Copyright 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _NETINET_IN_SYSTM_H
|
||||
#define _NETINET_IN_SYSTM_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* netinet/ip.h
|
||||
|
||||
Copyright 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _NETINET_IP_H
|
||||
#define _NETINET_IP_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* netinet/ip_icmp.h
|
||||
|
||||
Copyright 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _NETINET_IP_ICMP_H
|
||||
#define _NETINET_IP_ICMP_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* netinet/tcp.h
|
||||
|
||||
Copyright 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _NETINET_TCP_H
|
||||
#define _NETINET_TCP_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* paths.h
|
||||
|
||||
Copyright 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _PATHS_H_
|
||||
#define _PATHS_H_
|
||||
|
||||
|
|
|
@ -1 +1,11 @@
|
|||
/* poll.h
|
||||
|
||||
Copyright 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#include <sys/poll.h>
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/cdefs.h
|
||||
|
||||
Copyright 1998, 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_CDEFS_H
|
||||
#define _SYS_CDEFS_H
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/cygwin.h
|
||||
|
||||
Copyright 1997, 1998, 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_CYGWIN_H
|
||||
#define _SYS_CYGWIN_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/ioctl.h
|
||||
|
||||
Copyright 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
/* sys/ioctl.h */
|
||||
|
||||
#ifndef _SYS_IOCTL_H
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/mman.h
|
||||
|
||||
Copyright 1996, 1997, 1998, 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_MMAN_H_
|
||||
#define _SYS_MMAN_H_
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/mount.h
|
||||
|
||||
Copyright 1998, 1999, 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_MOUNT_H
|
||||
#define _SYS_MOUNT_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/mtio.h
|
||||
|
||||
Copyright 1999, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
/* sys/mtio.h header file for Cygwin. */
|
||||
|
||||
#ifndef _SYS_MTIO_H
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/procfs.h
|
||||
|
||||
Copyright 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
/* sys/procfs.h header file for Cygwin. */
|
||||
|
||||
#ifndef _SYS_PROCFS_H
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/resource.h
|
||||
|
||||
Copyright 1997, 1998, 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_RESOURCE_H_
|
||||
#define _SYS_RESOURCE_H_
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/smallprint.h
|
||||
|
||||
Copyright 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_SMALLPRINT_H
|
||||
#define _SYS_SMALLPRINT_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/socket.h
|
||||
|
||||
Copyright 1996-2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_SOCKET_H
|
||||
#define _SYS_SOCKET_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/strace.h
|
||||
|
||||
Copyright 1996-2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
/* sys/strace.h */
|
||||
|
||||
/* This file contains routines for tracing system calls and other internal
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/syslog.h
|
||||
|
||||
Copyright 1996, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_LOG_H
|
||||
#define _SYS_LOG_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/sysmacros.h
|
||||
|
||||
Copyright 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_SYSMACROS_H
|
||||
#define _SYS_SYSMACROS_H
|
||||
|
||||
|
|
|
@ -1,2 +1,12 @@
|
|||
/* sys/termio.h
|
||||
|
||||
Copyright 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#include <sys/termios.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/termios.h
|
||||
|
||||
Copyright 1997, 1998, 1999, 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
/* sys/termios.h */
|
||||
|
||||
#ifndef _SYS_TERMIOS_H
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/uio.h
|
||||
|
||||
Copyright 1996, 2000, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _UIO_H_
|
||||
#define _UIO_H_
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/un.h
|
||||
|
||||
Copyright 1999, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_UN_H
|
||||
#define _SYS_UN_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/utsname.h
|
||||
|
||||
Copyright 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_UTSNAME_H
|
||||
#define _SYS_UTSNAME_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/vfs.h
|
||||
|
||||
Copyright 1997, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_VFS_H_
|
||||
#define _SYS_VFS_H_
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* sys/wait.h
|
||||
|
||||
Copyright 1997, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYS_WAIT_H
|
||||
#define _SYS_WAIT_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* syslog.h
|
||||
|
||||
Copyright 1996, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SYSLOG_H
|
||||
#define _SYSLOG_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* termio.h
|
||||
|
||||
Copyright 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _TERMIO_H
|
||||
#define _TERMIO_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* tzfile.h
|
||||
|
||||
Copyright 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _TZFILE_H
|
||||
#define _TZFILE_H
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* regerror.c
|
||||
|
||||
Copyright 1996, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#include "winsup.h"
|
||||
#include "regexp.h"
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* regexp.h
|
||||
|
||||
Copyright 1996, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
/*
|
||||
* Definitions etc. for regexp(3) routines.
|
||||
*
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/* regmagic.h
|
||||
|
||||
Copyright 1996, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue