mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 13:47:40 +08:00
fixed some more warnings
svn path=/trunk/; revision=15193
This commit is contained in:
@@ -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. */
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user