diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
commit | d522f6eb0324008023fed0be4d046f3fc51b0356 (patch) | |
tree | 9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /libexec/lfs_cleanerd/clean.h | |
parent | 1b433a7e5b43fe0dec72e100525e31299629c117 (diff) |
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'libexec/lfs_cleanerd/clean.h')
-rw-r--r-- | libexec/lfs_cleanerd/clean.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/lfs_cleanerd/clean.h b/libexec/lfs_cleanerd/clean.h index 492c56c8f8f..d8692e2ef3c 100644 --- a/libexec/lfs_cleanerd/clean.h +++ b/libexec/lfs_cleanerd/clean.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clean.h,v 1.3 2002/02/16 21:27:30 millert Exp $ */ +/* $OpenBSD: clean.h,v 1.4 2002/02/17 19:42:26 millert Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -115,8 +115,8 @@ int lfs_segmapv(FS_INFO *, int, caddr_t, BLOCK_INFO **, int *); int mmap_segment(FS_INFO *, int, caddr_t *, int); void munmap_segment(FS_INFO *, caddr_t, int); void reread_fs_info(FS_INFO *, int); -void toss __P((void *, int *, size_t, - int (*)(const void *, const void *, const void *), void *)); +void toss(void *, int *, size_t, + int (*)(const void *, const void *, const void *), void *); /* * USEFUL DEBUGGING FUNCTIONS: |