Module Name: src Committed By: yamt Date: Mon May 25 03:59:46 UTC 2009
Modified Files: src/sys/sys: filedesc.h Log Message: remove prototypes of unexistent functions. (fd_clear, fd_remove) To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/sys/filedesc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/filedesc.h diff -u src/sys/sys/filedesc.h:1.55 src/sys/sys/filedesc.h:1.56 --- src/sys/sys/filedesc.h:1.55 Sun May 24 21:41:26 2009 +++ src/sys/sys/filedesc.h Mon May 25 03:59:45 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: filedesc.h,v 1.55 2009/05/24 21:41:26 ad Exp $ */ +/* $NetBSD: filedesc.h,v 1.56 2009/05/25 03:59:45 yamt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -191,9 +191,7 @@ filedesc_t *fd_init(filedesc_t *); void fd_share(proc_t *); void fd_hold(void); -void fd_clear(void); void fd_free(void); -void fd_remove(filedesc_t *, unsigned); void fd_closeexec(void); int fd_checkstd(void); file_t *fd_getfile(unsigned);