summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2013-10-18 20:41:55 +0200
committerHelge Deller <deller@gmx.de>2013-10-29 21:01:57 +0100
commitf122a65fa001637786df834e575d2060d9626e78 (patch)
tree146f2e47a8f19fb9149689d73c36f31a4128c684
parentddc8d13a8ebf7aee7e5f3d9d467a3e3b1fcc3fb6 (diff)
downloadpalo-f122a65fa001637786df834e575d2060d9626e78.tar.gz
Drop CVS/RCS $Id tags - not useful in git.
-rw-r--r--README.html2
-rw-r--r--ipl/bootloader.h2
-rw-r--r--ipl/byteio.c2
-rw-r--r--ipl/ext2.c1
-rw-r--r--ipl/fileio.c1
-rw-r--r--ipl/ipl.c1
-rw-r--r--ipl/lib.c1
-rw-r--r--ipl/offset.c2
-rw-r--r--ipl/pdc_bootio.c2
-rw-r--r--ipl/vsprintf.c1
-rw-r--r--lib/common.h1
-rw-r--r--palo/error.c1
-rw-r--r--palo/mkbootable.c2
-rw-r--r--palo/palo.c2
-rw-r--r--palo/palo.h2
15 files changed, 0 insertions, 23 deletions
diff --git a/README.html b/README.html
index a1f85e2..0711890 100644
--- a/README.html
+++ b/README.html
@@ -327,5 +327,3 @@ which you may want to add to your $PATH.
<p>
<i>Palo</i> can also be built in the normal way as a Debian package
though it cannot be cross-compiled as a Debian package.
-
-<p align=right><font size=-2>$Id: README.html,v 1.8.4.1 2001/06/14 01:33:38 bame Exp $</font></p>
diff --git a/ipl/bootloader.h b/ipl/bootloader.h
index 1567e17..4294bae 100644
--- a/ipl/bootloader.h
+++ b/ipl/bootloader.h
@@ -107,5 +107,3 @@ int offset_open(int otherfd, int offset, int length);
typedef struct { unsigned save[32]; } jmp_buf;
int setjmp(jmp_buf env);
void longjmp(jmp_buf env, int val);
-
-/* $Id: bootloader.h,v 1.6.2.2 2001/06/13 03:13:15 bame Exp $ */
diff --git a/ipl/byteio.c b/ipl/byteio.c
index a7ad5a2..2d93744 100644
--- a/ipl/byteio.c
+++ b/ipl/byteio.c
@@ -198,5 +198,3 @@ int byteio_open(int otherfd)
return fd;
}
-
-/* $Id: byteio.c,v 1.1 2000/02/29 17:41:28 bame Exp $ */
diff --git a/ipl/ext2.c b/ipl/ext2.c
index d622b24..4679c13 100644
--- a/ipl/ext2.c
+++ b/ipl/ext2.c
@@ -842,4 +842,3 @@ struct bootfs ext2fs = {
.readdir = ext2_readdir,
/* .fstat = ext2_fstat */
};
-/* $Id: ext2.c,v 1.5 2000/09/21 16:47:48 bame Exp $ */
diff --git a/ipl/fileio.c b/ipl/fileio.c
index 7a1bccf..3788afd 100644
--- a/ipl/fileio.c
+++ b/ipl/fileio.c
@@ -60,4 +60,3 @@ void describe(int fd, int *bufalign, int *blocksize)
{
(*fileio[fd].describef)(fd, bufalign, blocksize);
}
-/* $Id: fileio.c,v 1.1.2.1 2000/06/05 03:58:48 bame Exp $ */
diff --git a/ipl/ipl.c b/ipl/ipl.c
index 93e657f..daf2448 100644
--- a/ipl/ipl.c
+++ b/ipl/ipl.c
@@ -734,4 +734,3 @@ iplmain(int is_interactive, char *initialstackptr, int started_wide)
entry);
return entry;
}
-/* $Id: ipl.c,v 1.18 2001/06/14 19:39:56 bame Exp $ */
diff --git a/ipl/lib.c b/ipl/lib.c
index d664eb9..d417197 100644
--- a/ipl/lib.c
+++ b/ipl/lib.c
@@ -319,4 +319,3 @@ char * strchr(const char * s, int c)
}
return (char *) s;
}
-/* $Id: lib.c,v 1.3 2000/07/12 21:20:50 bame Exp $ */
diff --git a/ipl/offset.c b/ipl/offset.c
index 31dd57a..8441091 100644
--- a/ipl/offset.c
+++ b/ipl/offset.c
@@ -61,5 +61,3 @@ int offset_open(int otherfd, int offset, int length)
return fd;
}
-
-/* $Id: offset.c,v 1.2.2.1 2000/06/05 03:58:48 bame Exp $ */
diff --git a/ipl/pdc_bootio.c b/ipl/pdc_bootio.c
index 7b6a92a..496f117 100644
--- a/ipl/pdc_bootio.c
+++ b/ipl/pdc_bootio.c
@@ -129,5 +129,3 @@ int pdc_bootdev_open()
{
return fileio_open(pdc_bootdev_describe, pdc_bootdev_read);
}
-
-/* $Id: pdc_bootio.c,v 1.5 2001/05/15 19:23:11 helgaas Exp $ */
diff --git a/ipl/vsprintf.c b/ipl/vsprintf.c
index d1a3108..797272f 100644
--- a/ipl/vsprintf.c
+++ b/ipl/vsprintf.c
@@ -286,4 +286,3 @@ int sprintf(char * buf, const char *fmt, ...)
va_end(args);
return i;
}
-/* $Id: vsprintf.c,v 1.1 2000/02/29 17:41:28 bame Exp $ */
diff --git a/lib/common.h b/lib/common.h
index 1360924..c4a70c2 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -129,5 +129,4 @@ extern int load_partitions(int bootdev, struct diskpartition *mptab, int maxpart
extern void print_ptab(struct diskpartition *mptab, int maxparts);
extern void print_ptab_pretty(struct diskpartition *mptab, int maxparts);
-/* $Id: common.h,v 1.11 2001/06/13 05:08:55 bame Exp $ */
#endif /* __COMMON_H */
diff --git a/palo/error.c b/palo/error.c
index 091d48c..6fa4bfa 100644
--- a/palo/error.c
+++ b/palo/error.c
@@ -116,4 +116,3 @@ error(int number, ...)
}
exit(2);
}
-/* $Id: error.c,v 1.5.4.1 2001/06/13 03:13:17 bame Exp $ */
diff --git a/palo/mkbootable.c b/palo/mkbootable.c
index b1a31d2..d2a752b 100644
--- a/palo/mkbootable.c
+++ b/palo/mkbootable.c
@@ -19,8 +19,6 @@
#define B32(x) __be32_to_cpu((x))
-static const char Id[] = "$Id: mkbootable.c,v 1.3.4.1 2001/06/13 03:13:17 bame Exp $";
-
/* compute the sum of words in an 4-byte aligned region */
int
checksum(void *p, size_t len)
diff --git a/palo/palo.c b/palo/palo.c
index fffb7ec..d105692 100644
--- a/palo/palo.c
+++ b/palo/palo.c
@@ -29,8 +29,6 @@
#define B32(x) __be32_to_cpu((x))
-static const char Id[] = "$Id: palo.c,v 1.12.4.1 2001/06/13 03:13:17 bame Exp $";
-
static int Install = 0;
int verbose = 0;
diff --git a/palo/palo.h b/palo/palo.h
index c88d037..38d662b 100644
--- a/palo/palo.h
+++ b/palo/palo.h
@@ -15,5 +15,3 @@ extern int seekwrite(int fd, char *buf, unsigned size, unsigned where);
extern int seekread(int fd, char *buf, unsigned size, unsigned where);
extern int cat(int out, int in);
extern int fsize(int fd);
-
-/* $Id: palo.h,v 1.1 2000/02/29 17:41:28 bame Exp $ */