summaryrefslogtreecommitdiffstats
path: root/sys/sys/resourcevar.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
commit3b2d03b60a11ce28e58a87212bcccedd306f2c81 (patch)
tree233cfc0a5493dd5fb7407b0b8be25bcdc426772d /sys/sys/resourcevar.h
parent3f502bc0e38e05c234115d22c39f02e6a4ab4fcb (diff)
downloadFreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.zip
FreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.tar.gz
Remove __P
Diffstat (limited to 'sys/sys/resourcevar.h')
-rw-r--r--sys/sys/resourcevar.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h
index aa7cbf9..8344c91 100644
--- a/sys/sys/resourcevar.h
+++ b/sys/sys/resourcevar.h
@@ -106,23 +106,23 @@ struct thread;
struct kse;
struct proc;
-void addupc_intr __P((struct kse *ke, uintptr_t pc, u_int ticks));
-void addupc_task __P((struct kse *ke, uintptr_t pc, u_int ticks));
-void calcru __P((struct proc *p, struct timeval *up, struct timeval *sp,
- struct timeval *ip));
-int chgproccnt __P((struct uidinfo *uip, int diff, int max));
-int chgsbsize __P((struct uidinfo *uip, u_long *hiwat, u_long to,
- rlim_t max));
-int fuswintr __P((void *base));
+void addupc_intr(struct kse *ke, uintptr_t pc, u_int ticks);
+void addupc_task(struct kse *ke, uintptr_t pc, u_int ticks);
+void calcru(struct proc *p, struct timeval *up, struct timeval *sp,
+ struct timeval *ip);
+int chgproccnt(struct uidinfo *uip, int diff, int max);
+int chgsbsize(struct uidinfo *uip, u_long *hiwat, u_long to,
+ rlim_t max);
+int fuswintr(void *base);
struct plimit
- *limcopy __P((struct plimit *lim));
-void ruadd __P((struct rusage *ru, struct rusage *ru2));
-int suswintr __P((void *base, int word));
+ *limcopy(struct plimit *lim);
+void ruadd(struct rusage *ru, struct rusage *ru2);
+int suswintr(void *base, int word);
struct uidinfo
- *uifind __P((uid_t uid));
-void uihold __P((struct uidinfo *uip));
-void uifree __P((struct uidinfo *uip));
-void uihashinit __P((void));
+ *uifind(uid_t uid);
+void uihold(struct uidinfo *uip);
+void uifree(struct uidinfo *uip);
+void uihashinit(void);
#endif
#endif /* !_SYS_RESOURCEVAR_H_ */
OpenPOWER on IntegriCloud