Skip to content

Commit

Permalink
Include strlcpy in the source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Jul 30, 2018
1 parent 4ef5259 commit d03bf9d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions libs/safemalloc.c
@@ -1,17 +1,15 @@
/* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
/* Memory management routines...
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see: <http://www.gnu.org/licenses/>
*/

/* Originally from OpenBSD */

#include "config.h"

#include <stdio.h>
Expand Down

0 comments on commit d03bf9d

Please sign in to comment.