]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Fri, 20 Oct 2017 01:56:39 +0000 (01:56 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 20 Oct 2017 01:58:35 +0000 (12:58 +1100)
add RCSIDs to these; they make syncing portable a bit
easier

Upstream-ID: 56cb7021faea599736dd7e7f09c2e714425b1e68

bitmap.c
bitmap.h
opacket.c
opacket.h

index 5089b04070e72dbead6e7cfaa521ac3a90b7c445..5ecfe68b89bdcdf195aba3ee302fb0ce79def811 100644 (file)
--- a/bitmap.c
+++ b/bitmap.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: bitmap.c,v 1.9 2017/10/20 01:56:39 djm Exp $ */
 /*
  * Copyright (c) 2015 Damien Miller <djm@mindrot.org>
  *
index c1bb1741a4fe43d3ac7552186758c178ff22efec..336e90b06cce25af13cc1067eb9edb940d7104fe 100644 (file)
--- a/bitmap.h
+++ b/bitmap.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: bitmap.h,v 1.2 2017/10/20 01:56:39 djm Exp $ */
 /*
  * Copyright (c) 2015 Damien Miller <djm@mindrot.org>
  *
index ad244b452634badd69ad7ffd4e8f7f6400dde123..fca48e5f5193b8c0870aba313eaa4ef333051f27 100644 (file)
--- a/opacket.c
+++ b/opacket.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: opacket.c,v 1.7 2017/10/20 01:56:39 djm Exp $ */
 /* Written by Markus Friedl. Placed in the public domain.  */
 
 #include "includes.h"
index c49d0c04a7904ae2ac849fc005c6ef50e55ca739..b2c2e7f6a28ba26783633d2bde635b74b3ec56ae 100644 (file)
--- a/opacket.h
+++ b/opacket.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: opacket.h,v 1.12 2017/10/20 01:56:39 djm Exp $ */
 #ifndef _OPACKET_H
 /* Written by Markus Friedl. Placed in the public domain.  */