diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-02 18:17:24 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-02 18:17:24 +0000 |
| commit | 52efca41cdf2e89ecb516d71f7a7fd42eb031723 (patch) | |
| tree | d51313605a5b80e7eb612e8993f20d214f0a48a9 /lib/libc/string/memccpy.c | |
| parent | aee4b07b8a049bdc57cefcbb82bebeb6f341859a (diff) | |
Nuke remaining patchkit headers.
Diffstat (limited to 'lib/libc/string/memccpy.c')
| -rw-r--r-- | lib/libc/string/memccpy.c | 10 |
1 files changed, 1 insertions, 9 deletions
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> |
