diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-27 20:07:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-27 20:07:07 +0000 |
commit | 492ea085ecf68f8786c638f33a562de72716a59a (patch) | |
tree | 4590ca3d911f29af8b694b822b9e8da298ef85df /libexec | |
parent | daae9f299192884e5d857eaeaac86d8436054b47 (diff) |
left over __P removals
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/util.h b/libexec/ld.so/util.h index 0d2310bf58f..73b022d8cbd 100644 --- a/libexec/ld.so/util.h +++ b/libexec/ld.so/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.4 2002/05/24 18:37:38 drahn Exp $ */ +/* $OpenBSD: util.h,v 1.5 2002/05/27 20:07:06 deraadt Exp $ */ /* * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> @@ -36,7 +36,7 @@ #ifndef __DL_UTIL_H__ #define __DL_UTIL_H__ -int _dl_write __P((int, const char *, int)); +int _dl_write(int, const char *, int); void *_dl_malloc(const int size); void _dl_free(void *); char *_dl_strdup(const char *); |