fixed some more warnings
authorThomas Bluemel <thomas@reactsoft.com>
Mon, 9 May 2005 22:05:47 +0000 (22:05 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Mon, 9 May 2005 22:05:47 +0000 (22:05 +0000)
svn path=/trunk/; revision=15193

reactos/drivers/lib/oskittcp/include/freebsd/src/sys/sys/proc.h
reactos/drivers/lib/oskittcp/makefile

index df2d56d..1032408 100644 (file)
@@ -296,14 +296,14 @@ extern struct proc *zombproc;             /* List of zombie procs. */
 extern struct proc *initproc, *pageproc; /* Process slots for init, pager. */
 
 #define        NQS     32                      /* 32 run queues. */
-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;
 };
+extern struct prochd qs[];
+extern struct prochd rtqs[];
+extern struct prochd idqs[];
+extern int     whichqs;        /* Bit mask summary of non-empty Q's. */
 
 int    chgproccnt __P((uid_t, int));
 struct proc *pfind __P((pid_t));       /* Find process by id. */
index 6ec6041..c58e44d 100644 (file)
@@ -62,14 +62,14 @@ REACTOS_OBJECTS = \
 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