shithub: scc

Download patch

ref: 45a3ec40329b2948edc3a4e94f1850ccd02f4f29
parent: 0d6543afdd79d7e9abbc09b266bb592d760ebf59
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Sep 13 12:25:30 EDT 2017

[lib] Update the sccsid strings after the big makefile change

All the paths in the sccsid strings were wrong after that
change.

--- a/lib/scc/alloc.c
+++ b/lib/scc/alloc.c
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#) ./lib/alloc.c";
+static char sccsid[] = "@(#) ./lib/scc/alloc.c";
 #include <stdlib.h>
 #include "../../inc/scc.h"
 
--- a/lib/scc/debug.c
+++ b/lib/scc/debug.c
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#) ./lib/debug.c";
+static char sccsid[] = "@(#) ./lib/scc/debug.c";
 #include <stdarg.h>
 #include <stdio.h>
 
--- a/lib/scc/die.c
+++ b/lib/scc/die.c
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#) ./lib/die.c";
+static char sccsid[] = "@(#) ./lib/scc/die.c";
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
--- a/lib/scc/xcalloc.c
+++ b/lib/scc/xcalloc.c
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#) ./lib/xcalloc.c";
+static char sccsid[] = "@(#) ./lib/scc/xcalloc.c";
 #include <stdlib.h>
 #include "../../inc/scc.h"
 
--- a/lib/scc/xmalloc.c
+++ b/lib/scc/xmalloc.c
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#) ./lib/xmalloc.c";
+static char sccsid[] = "@(#) ./lib/scc/xmalloc.c";
 #include <stdlib.h>
 #include "../../inc/scc.h"
 
--- a/lib/scc/xrealloc.c
+++ b/lib/scc/xrealloc.c
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#) ./lib/xrealloc.c";
+static char sccsid[] = "@(#) ./lib/scc/xrealloc.c";
 #include <stdlib.h>
 #include "../../inc/scc.h"
 
--- a/lib/scc/xstrdup.c
+++ b/lib/scc/xstrdup.c
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#) ./lib/xstrdup.c";
+static char sccsid[] = "@(#) ./lib/scc/xstrdup.c";
 #include <string.h>
 #include "../../inc/scc.h"