summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-02 18:17:24 +0000
committermycroft <mycroft@NetBSD.org>1993-08-02 18:17:24 +0000
commit52efca41cdf2e89ecb516d71f7a7fd42eb031723 (patch)
treed51313605a5b80e7eb612e8993f20d214f0a48a9 /lib
parentaee4b07b8a049bdc57cefcbb82bebeb6f341859a (diff)
Nuke remaining patchkit headers.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/fflush.c9
-rw-r--r--lib/libc/stdio/fseek.c10
-rw-r--r--lib/libc/string/memccpy.c10
-rw-r--r--lib/libm/common_source/floor.c11
4 files changed, 4 insertions, 36 deletions
diff --git a/lib/libc/stdio/fflush.c b/lib/libc/stdio/fflush.c
index caa4311b5bd..7aec33a03b5 100644
--- a/lib/libc/stdio/fflush.c
+++ b/lib/libc/stdio/fflush.c
@@ -32,18 +32,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00047
- * -------------------- ----- ----------------------
- *
- * 27 Nov 1992 Dave Rivers Fixed fflush() to use correct flags.
*/
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "from: @(#)fflush.c 5.1 (Berkeley) 1/20/91";*/
-static char rcsid[] = "$Id: fflush.c,v 1.3 1993/08/01 18:38:01 mycroft Exp $";
+static char rcsid[] = "$Id: fflush.c,v 1.4 1993/08/02 18:22:38 mycroft Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/errno.h>
diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c
index 7206e1c81eb..0f0d8b8374b 100644
--- a/lib/libc/stdio/fseek.c
+++ b/lib/libc/stdio/fseek.c
@@ -32,19 +32,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00109
- * -------------------- ----- ----------------------
- *
- * 02 Mar 93 Branko Lankester Update internal buffer pointer
- *
*/
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "from: @(#)fseek.c 5.7 (Berkeley) 2/24/91";*/
-static char rcsid[] = "$Id: fseek.c,v 1.3 1993/08/01 18:38:55 mycroft Exp $";
+static char rcsid[] = "$Id: fseek.c,v 1.4 1993/08/02 18:18:06 mycroft Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c
index 3959457971b..055e294b49c 100644
--- a/lib/libc/string/memccpy.c
+++ b/lib/libc/string/memccpy.c
@@ -29,19 +29,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00109
- * -------------------- ----- ----------------------
- *
- * 01 Mar 93 Tor Egge Fix bogus return value from memccpy()
- *
*/
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "from: @(#)memccpy.c 5.8 (Berkeley) 5/30/91";*/
-static char rcsid[] = "$Id: memccpy.c,v 1.3 1993/08/01 18:36:34 mycroft Exp $";
+static char rcsid[] = "$Id: memccpy.c,v 1.4 1993/08/02 18:17:59 mycroft Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
diff --git a/lib/libm/common_source/floor.c b/lib/libm/common_source/floor.c
index 98c015fcaa4..06fd9d56ed3 100644
--- a/lib/libm/common_source/floor.c
+++ b/lib/libm/common_source/floor.c
@@ -29,20 +29,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00068
- * -------------------- ----- ----------------------
- *
- * 17 Dec 1992 Karl Lehenbauer Removed defines for rint() to
- * add it's use in 386BSD.
*/
- static char rcsid[] = "$Header: /cvsroot/src/lib/libm/common_source/Attic/floor.c,v 1.3 1993/08/01 18:34:45 mycroft Exp $";
#ifndef lint
/*static char sccsid[] = "from: @(#)floor.c 5.7 (Berkeley) 10/9/90";*/
-static char rcsid[] = "$Id: floor.c,v 1.3 1993/08/01 18:34:45 mycroft Exp $";
+static char rcsid[] = "$Id: floor.c,v 1.4 1993/08/02 18:17:53 mycroft Exp $";
#endif /* not lint */
#include "mathimpl.h"