Changeset d0950ad in rtems
- Timestamp:
- Nov 30, 1999, 10:12:50 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 42881534
- Parents:
- 48bfd992
- Files:
-
- 73 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/Makefile.am
r48bfd992 rd0950ad 11 11 12 12 SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \ 13 $(POSIX_SUBDIRS) wrapup13 pppd $(POSIX_SUBDIRS) wrapup 14 14 15 15 EXTRA_DIST = \ -
c/src/exec/libnetworking/sys/syslog.h
r48bfd992 rd0950ad 175 175 #define LOG_PERROR 0x20 /* log to stderr as well */ 176 176 177 /* 177 178 #ifdef KERNEL 178 179 179 #else /*not KERNEL */180 #else not KERNEL */ 180 181 181 182 #include <sys/cdefs.h> … … 190 191 __END_DECLS 191 192 192 #endif /*!KERNEL */193 /* #endif !KERNEL */ 193 194 194 195 #endif -
c/src/libnetworking/Makefile.am
r48bfd992 rd0950ad 11 11 12 12 SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \ 13 $(POSIX_SUBDIRS) wrapup13 pppd $(POSIX_SUBDIRS) wrapup 14 14 15 15 EXTRA_DIST = \ -
c/src/libnetworking/configure.in
r48bfd992 rd0950ad 50 50 netinet/Makefile 51 51 nfs/Makefile 52 pppd/Makefile 52 53 rtems/Makefile 53 54 rtems_servers/Makefile -
c/src/libnetworking/include/Makefile.in
r48bfd992 rd0950ad 34 34 VM_H_FILES = $(VM_H_PIECES:%=$(srcdir)/../vm/%.h) 35 35 36 NET_H_PIECES = bpf ethernet if if_arp if_dl if_llc if_ types netisr radix\37 raw_cb route36 NET_H_PIECES = bpf ethernet if if_arp if_dl if_llc if_ppp if_types netisr \ 37 ppp-comp ppp_defs radix raw_cb route 38 38 NET_H_FILES = $(NET_H_PIECES:%=$(srcdir)/../net/%.h) 39 39 -
c/src/libnetworking/sys/syslog.h
r48bfd992 rd0950ad 175 175 #define LOG_PERROR 0x20 /* log to stderr as well */ 176 176 177 /* 177 178 #ifdef KERNEL 178 179 179 #else /*not KERNEL */180 #else not KERNEL */ 180 181 181 182 #include <sys/cdefs.h> … … 190 191 __END_DECLS 191 192 192 #endif /*!KERNEL */193 /* #endif !KERNEL */ 193 194 194 195 #endif -
c/src/libnetworking/wrapup/Makefile.in
r48bfd992 rd0950ad 15 15 16 16 NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers \ 17 $(POSIX_PIECES)17 pppd $(POSIX_PIECES) 18 18 OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o) 19 19 LIB = $(ARCH)/libnetworking.a -
cpukit/libnetworking/Makefile.am
r48bfd992 rd0950ad 11 11 12 12 SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \ 13 $(POSIX_SUBDIRS) wrapup13 pppd $(POSIX_SUBDIRS) wrapup 14 14 15 15 EXTRA_DIST = \ -
cpukit/libnetworking/sys/syslog.h
r48bfd992 rd0950ad 175 175 #define LOG_PERROR 0x20 /* log to stderr as well */ 176 176 177 /* 177 178 #ifdef KERNEL 178 179 179 #else /*not KERNEL */180 #else not KERNEL */ 180 181 181 182 #include <sys/cdefs.h> … … 190 191 __END_DECLS 191 192 192 #endif /*!KERNEL */193 /* #endif !KERNEL */ 193 194 194 195 #endif
Note: See TracChangeset
for help on using the changeset viewer.