summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-13 12:44:53 +0000
committerpeter <peter@FreeBSD.org>1997-03-13 12:44:53 +0000
commitd595a2d0872984b79873b4152ae4550b61e185a6 (patch)
treec47bfadd0457e660dffef55922a4932dda8ed50f /sbin
parentc10a7352245a527316fdbe7f52d56a4253d0d279 (diff)
downloadFreeBSD-src-d595a2d0872984b79873b4152ae4550b61e185a6.zip
FreeBSD-src-d595a2d0872984b79873b4152ae4550b61e185a6.tar.gz
Missing $Id$
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fsdb/fsdb.c2
-rw-r--r--sbin/fsdb/fsdb.h2
-rw-r--r--sbin/fsdb/fsdbutil.c2
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c
index 2085077..ec84dfe 100644
--- a/sbin/fsdb/fsdb.c
+++ b/sbin/fsdb/fsdb.c
@@ -29,7 +29,7 @@
*/
#ifndef lint
-static char rcsid[] = "$NetBSD: fsdb.c,v 1.2 1995/10/08 23:18:10 thorpej Exp $";
+static char rcsid[] = "$Id$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h
index af51907..7670729 100644
--- a/sbin/fsdb/fsdb.h
+++ b/sbin/fsdb/fsdb.h
@@ -26,6 +26,8 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $Id$
*/
extern int bread __P((int fd, char *buf, daddr_t blk, long size));
diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c
index 8d064bc..3251644 100644
--- a/sbin/fsdb/fsdbutil.c
+++ b/sbin/fsdb/fsdbutil.c
@@ -29,7 +29,7 @@
*/
#ifndef lint
-static char rcsid[] = "$NetBSD: fsdbutil.c,v 1.2 1995/10/08 23:18:12 thorpej Exp $";
+static char rcsid[] = "$Id$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud