Introduction
Introduction Statistics Contact Development Disclaimer Help
Sync strlcat/strlcpy from OpenBSD - noice - small file browser (mirror / fork f…
git clone git://git.codemadness.org/noice
Log
Files
Refs
README
LICENSE
---
commit 65c71aa424f46c17da08676ad2a0313f0e453cfd
parent 58b6b5ba9a2e0ff758ae575cb04c98177a77a7f3
Author: sin <[email protected]>
Date: Fri, 23 Aug 2019 16:13:08 +0100
Sync strlcat/strlcpy from OpenBSD
Diffstat:
M strlcat.c | 4 +++-
M strlcpy.c | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/strlcat.c b/strlcat.c
@@ -1,5 +1,7 @@
+/* $OpenBSD: strlcat.c,v 1.19 2019/01/25 00:19:25 millert Exp $ …
+
/*
- * Copyright (c) 1998, 2015 Todd C. Miller <[email protected]>
+ * Copyright (c) 1998, 2015 Todd C. Miller <[email protected]>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/strlcpy.c b/strlcpy.c
@@ -1,5 +1,7 @@
+/* $OpenBSD: strlcpy.c,v 1.16 2019/01/25 00:19:25 millert Exp $ …
+
/*
- * Copyright (c) 1998, 2015 Todd C. Miller <[email protected]>
+ * Copyright (c) 1998, 2015 Todd C. Miller <[email protected]>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.