summaryrefslogtreecommitdiff
path: root/os/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/strlcpy.c')
-rw-r--r--os/strlcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/strlcpy.c b/os/strlcpy.c
index 71657da69..14e45ef8c 100644
--- a/os/strlcpy.c
+++ b/os/strlcpy.c
@@ -15,7 +15,7 @@
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $XFree86$ */
+/* $XFree86: xc/lib/misc/strlcpy.c,v 1.1 2003/10/26 12:17:14 herrb Exp $ */
#include <sys/types.h>
#include <string.h>