--- trunk/reactos/drivers/lib/oskittcp/include/freebsd/src/sys/sys/proc.h 2005-05-09 21:28:01 UTC (rev 15192)
+++ trunk/reactos/drivers/lib/oskittcp/include/freebsd/src/sys/sys/proc.h 2005-05-09 22:05:47 UTC (rev 15193)
@@ -296,14 +296,14 @@
extern struct proc *initproc, *pageproc; /* Process slots for init, pager. */
#define NQS 32 /* 32 run queues. */
+struct prochd {
+ struct proc *ph_link; /* Linked list of running processes. */
+ struct proc *ph_rlink;
+};
extern struct prochd qs[];
extern struct prochd rtqs[];
extern struct prochd idqs[];
extern int whichqs; /* Bit mask summary of non-empty Q's. */
-struct prochd {
- struct proc *ph_link; /* Linked list of running processes. */
- struct proc *ph_rlink;
-};
int chgproccnt __P((uid_t, int));
struct proc *pfind __P((pid_t)); /* Find process by id. */
--- trunk/reactos/drivers/lib/oskittcp/makefile 2005-05-09 21:28:01 UTC (rev 15192)
+++ trunk/reactos/drivers/lib/oskittcp/makefile 2005-05-09 22:05:47 UTC (rev 15193)
@@ -62,14 +62,14 @@
TARGET_OBJECTS = $(FREEBSD_OBJECTS) $(REACTOS_OBJECTS)
DEP_OBJECTS = $(TARGET_OBJECTS)
+TARGET_CFLAGS += -D__REACTOS__=1 -D__NTDRIVER__ -DKERNEL -I./include/freebsd -I./include/freebsd/sys/include -I./include/freebsd/src/sys -I./include/freebsd/dev/include -I./include/freebsd/net/include -I./include
+
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/depend.mk
-TARGET_CFLAGS += -D__REACTOS__=1 -D__NTDRIVER__ -DKERNEL -Iinclude/freebsd -Iinclude/freebsd/sys/include -Iinclude/freebsd/src/sys -Iinclude/freebsd/dev/include -Iinclude/freebsd/net/include -Iinclude
-
%/TAGS:
etags -o $(@D)/TAGS $(@D)/\*.c