Changeset a238cc9 in rtems
- Timestamp:
- May 17, 1999, 3:45:15 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 05df0a8
- Parents:
- 577c4080
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/kern/uipc_domain.c
r577c4080 ra238cc9 116 116 117 117 118 #if !defined(__rtems__) 118 119 /* 119 120 * The following two operations are kludge code. Most likely, they should … … 141 142 splx( *savesplp); 142 143 } 143 144 144 #endif /* !defined(__rtems__) */ 145 145 146 146 struct protosw * -
c/src/exec/libnetworking/kern/uipc_mbuf.c
r577c4080 ra238cc9 51 51 #include <vm/vm_extern.h> 52 52 53 static void mbinit __P((void *)) ;53 static void mbinit __P((void *)) __attribute__ ((unused)); 54 54 SYSINIT(mbuf, SI_SUB_MBUF, SI_ORDER_FIRST, mbinit, NULL) 55 55 -
c/src/exec/libnetworking/nfs/bootp_subr.c
r577c4080 ra238cc9 114 114 struct proc *procp)); 115 115 static int setfs __P((struct sockaddr_in *addr, char *path, char *p)); 116 static int getdec __P((char **ptr)); 116 117 #endif 117 static int getdec __P((char **ptr));118 118 static char *substr __P((char *a,char *b)); 119 119 #if !defined(__rtems__) -
c/src/lib/libnetworking/kern/uipc_domain.c
r577c4080 ra238cc9 116 116 117 117 118 #if !defined(__rtems__) 118 119 /* 119 120 * The following two operations are kludge code. Most likely, they should … … 141 142 splx( *savesplp); 142 143 } 143 144 144 #endif /* !defined(__rtems__) */ 145 145 146 146 struct protosw * -
c/src/lib/libnetworking/kern/uipc_mbuf.c
r577c4080 ra238cc9 51 51 #include <vm/vm_extern.h> 52 52 53 static void mbinit __P((void *)) ;53 static void mbinit __P((void *)) __attribute__ ((unused)); 54 54 SYSINIT(mbuf, SI_SUB_MBUF, SI_ORDER_FIRST, mbinit, NULL) 55 55 -
c/src/lib/libnetworking/nfs/bootp_subr.c
r577c4080 ra238cc9 114 114 struct proc *procp)); 115 115 static int setfs __P((struct sockaddr_in *addr, char *path, char *p)); 116 static int getdec __P((char **ptr)); 116 117 #endif 117 static int getdec __P((char **ptr));118 118 static char *substr __P((char *a,char *b)); 119 119 #if !defined(__rtems__) -
c/src/libnetworking/kern/uipc_domain.c
r577c4080 ra238cc9 116 116 117 117 118 #if !defined(__rtems__) 118 119 /* 119 120 * The following two operations are kludge code. Most likely, they should … … 141 142 splx( *savesplp); 142 143 } 143 144 144 #endif /* !defined(__rtems__) */ 145 145 146 146 struct protosw * -
c/src/libnetworking/kern/uipc_mbuf.c
r577c4080 ra238cc9 51 51 #include <vm/vm_extern.h> 52 52 53 static void mbinit __P((void *)) ;53 static void mbinit __P((void *)) __attribute__ ((unused)); 54 54 SYSINIT(mbuf, SI_SUB_MBUF, SI_ORDER_FIRST, mbinit, NULL) 55 55 -
c/src/libnetworking/nfs/bootp_subr.c
r577c4080 ra238cc9 114 114 struct proc *procp)); 115 115 static int setfs __P((struct sockaddr_in *addr, char *path, char *p)); 116 static int getdec __P((char **ptr)); 116 117 #endif 117 static int getdec __P((char **ptr));118 118 static char *substr __P((char *a,char *b)); 119 119 #if !defined(__rtems__) -
cpukit/libnetworking/kern/uipc_domain.c
r577c4080 ra238cc9 116 116 117 117 118 #if !defined(__rtems__) 118 119 /* 119 120 * The following two operations are kludge code. Most likely, they should … … 141 142 splx( *savesplp); 142 143 } 143 144 144 #endif /* !defined(__rtems__) */ 145 145 146 146 struct protosw * -
cpukit/libnetworking/kern/uipc_mbuf.c
r577c4080 ra238cc9 51 51 #include <vm/vm_extern.h> 52 52 53 static void mbinit __P((void *)) ;53 static void mbinit __P((void *)) __attribute__ ((unused)); 54 54 SYSINIT(mbuf, SI_SUB_MBUF, SI_ORDER_FIRST, mbinit, NULL) 55 55 -
cpukit/libnetworking/nfs/bootp_subr.c
r577c4080 ra238cc9 114 114 struct proc *procp)); 115 115 static int setfs __P((struct sockaddr_in *addr, char *path, char *p)); 116 static int getdec __P((char **ptr)); 116 117 #endif 117 static int getdec __P((char **ptr));118 118 static char *substr __P((char *a,char *b)); 119 119 #if !defined(__rtems__)
Note: See TracChangeset
for help on using the changeset viewer.