=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/strlcpy.c,v retrieving revision 1.1 retrieving revision 1.1.1.1 diff -u -p -r1.1 -r1.1.1.1 --- dgamelaunch-openbsd/strlcpy.c 2021/03/09 14:36:00 1.1 +++ dgamelaunch-openbsd/strlcpy.c 2021/03/09 14:36:00 1.1.1.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: strlcpy.c,v 1.1 2021/03/09 14:36:00 rubenllorente Exp $ */ +/* $OpenBSD: strlcpy.c,v 1.1.1.1 2021/03/09 14:36:00 rubenllorente Exp $ */ /* * Copyright (c) 1998 Todd C. Miller @@ -29,7 +29,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char *rcsid = - "$OpenBSD: strlcpy.c,v 1.1 2021/03/09 14:36:00 rubenllorente Exp $"; + "$OpenBSD: strlcpy.c,v 1.1.1.1 2021/03/09 14:36:00 rubenllorente Exp $"; #endif /* LIBC_SCCS and not lint */ #include