summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2016-06-18 14:39:15 +0000
committerkamil <kamil@NetBSD.org>2016-06-18 14:39:15 +0000
commit6b6d8109677cdd17e28b240735a37011aec08a14 (patch)
tree0eafe6bcaad38e73e3d7f3cf8727a440623f19c6 /include
parentd806411906f0e0e72d561d32c8fb8d00c1a71a30 (diff)
Use generic types in the profil(2) function prototype (<unistd.h>)
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 676a5c006ac..e7697187803 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.145 2015/03/24 07:44:52 wiz Exp $ */
+/* $NetBSD: unistd.h,v 1.146 2016/06/18 14:39:15 kamil Exp $ */
/*-
* Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
@@ -361,7 +361,7 @@ int issetugid(void);
int mkstemps(char *, int);
int nfssvc(int, void *);
int pipe2(int *, int);
-int profil(char *, size_t, u_long, u_int);
+int profil(char *, size_t, unsigned long, unsigned int);
#ifndef __PSIGNAL_DECLARED
#define __PSIGNAL_DECLARED
/* also in signal.h */