From 4329ce7e298499e96c3ea3ef3b295f74af14a772 Mon Sep 17 00:00:00 2001 From: gdr Date: Tue, 3 Sep 1996 04:52:42 +0000 Subject: [PATCH] no longer required --- usr.bin/install/install.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 usr.bin/install/install.h diff --git a/usr.bin/install/install.h b/usr.bin/install/install.h deleted file mode 100644 index 853add3..0000000 --- a/usr.bin/install/install.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright 1996 Devin Reade . - * All rights reserved. - * - * For copying and distribution information, see the file "COPYING" - * accompanying this file. - * - * $Id: install.h,v 1.2 1996/09/03 03:54:59 gdr Exp $ - */ - -#ifndef __GSOS__ -#include -#endif - -/* these are from libc */ -extern GSString255Ptr __C2GSMALLOC (char *s); -extern char * __GS2CMALLOC (GSString255Ptr g); -extern char * __GS2C (char *s, GSString255Ptr g); -extern int _mapErr (int err);