From 03f02251d6e6d3c66713a3d85ad29462026d134b Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 24 Nov 2005 02:09:13 +0000 Subject: [PATCH] undelete died a while back; millert ok --- src/include/unistd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/unistd.h b/src/include/unistd.h index 1a28ebc8..8bca390b 100644 --- a/src/include/unistd.h +++ b/src/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.55 2005/11/21 18:16:36 millert Exp $ */ +/* $OpenBSD: unistd.h,v 1.56 2005/11/24 02:09:13 deraadt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -221,7 +221,6 @@ int syscall(int, ...); int truncate(const char *, off_t); int ttyslot(void); unsigned int ualarm(unsigned int, unsigned int); -int undelete(const char *); int usleep(useconds_t); void *valloc(size_t); /* obsoleted by malloc() */ pid_t vfork(void);