]> sourceware.org Git - glibc.git/commitdiff
* bp-checks.h: Remove bogus reference to GNU MP in copyright notice.
authorGreg McGary <greg@mcgary.org>
Thu, 14 Sep 2000 07:30:28 +0000 (07:30 +0000)
committerGreg McGary <greg@mcgary.org>
Thu, 14 Sep 2000 07:30:28 +0000 (07:30 +0000)
* bp-semctl.h: Likewise.
* bp-start.h: Likewise.
* bp-sym.h: Likewise.
* bp-thunks.h: Likewise.  Include <stdio.h> to get rename prototype.
2000-09-14  Greg McGary  <greg@mcgary.org>

* bp-checks.h: Remove bogus reference to GNU MP in copyright notice.
* bp-semctl.h: Likewise.
* bp-start.h: Likewise.
* bp-sym.h: Likewise.
* bp-thunks.h: Likewise.  Include <stdio.h> to get rename prototype.

ChangeLog
sysdeps/generic/bp-checks.h
sysdeps/generic/bp-semctl.h
sysdeps/generic/bp-start.h
sysdeps/generic/bp-sym.h
sysdeps/generic/bp-thunks.h

index e20963b475833a4819d544f659dd348534b85d78..701ce3c7b84b14655d19f5578894875bb8479a96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-09-14  Greg McGary  <greg@mcgary.org>
+
+       * bp-checks.h: Remove bogus reference to GNU MP in copyright notice.
+       * bp-semctl.h: Likewise.
+       * bp-start.h: Likewise.
+       * bp-sym.h: Likewise.
+       * bp-thunks.h: Likewise.  Include <stdio.h> to get rename prototype.
+
 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
 
        * io/test-lfs.c (do_test): Allow stat64() to return EOVERFLOW and
index 41ffad71e19e113bda89f10609f8a25f4839407d..18dd60acc279a7ad37ba354bf6214aadeb4a36a0 100644 (file)
@@ -1,10 +1,8 @@
 /* Bounded-pointer checking macros for C.
    Copyright (C) 2000 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
    Contributed by Greg McGary <greg@mcgary.org>
 
-   This file is part of the GNU C Library.  Its master source is NOT part of
-   the C library, however.  The master source lives in the GNU MP Library.
-
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
    published by the Free Software Foundation; either version 2 of the
index 7ba8f43bfde99b4c3006b8170289b8b63a3aacad..0c72d44f8559b252bc5aa26d6a78f76c6c63a9ad 100644 (file)
@@ -1,10 +1,8 @@
 /* Bounded-pointer checking macros for C.
    Copyright (C) 2000 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
    Contributed by Greg McGary <greg@mcgary.org>
 
-   This file is part of the GNU C Library.  Its master source is NOT part of
-   the C library, however.  The master source lives in the GNU MP Library.
-
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
    published by the Free Software Foundation; either version 2 of the
index 3c440fdaba8041f4b019c6c151d3e59d87815d00..4303128c81aba89db128e0451bbe0234ae1ef54f 100644 (file)
@@ -1,5 +1,7 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Bounded-pointer checking macros for C.
+   Copyright (C) 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
+   Contributed by Greg McGary <greg@mcgary.org>
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
index d2b3bd06c5e6d06da08faa5deb4f2b227b391bac..82f4eb5685d36566803e6e1612e13d38f38782d3 100644 (file)
@@ -1,10 +1,8 @@
 /* Bounded-pointer symbol modifier.
    Copyright (C) 2000 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
    Contributed by Greg McGary <greg@mcgary.org>
 
-   This file is part of the GNU C Library.  Its master source is NOT part of
-   the C library, however.  The master source lives in the GNU MP Library.
-
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
    published by the Free Software Foundation; either version 2 of the
index 6a00e6b61c4957670de8dd68ea13b28c37799ce8..2ac7be5587865ea6e3e18ecf35ceb9645c0afbb0 100644 (file)
@@ -1,10 +1,8 @@
 /* Bounded-pointer syscall thunk support.
    Copyright (C) 2000 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
    Contributed by Greg McGary <greg@mcgary.org>
 
-   This file is part of the GNU C Library.  Its master source is NOT part of
-   the C library, however.  The master source lives in the GNU MP Library.
-
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
    published by the Free Software Foundation; either version 2 of the
@@ -43,6 +41,7 @@
 #include <fcntl.h>
 #include <time.h>
 #include <utime.h>
+#include <stdio.h>
 
 #include <sys/types.h>
 #include <sys/ioctl.h>
This page took 0.058016 seconds and 5 git commands to generate.