diff options
Diffstat (limited to 'bin/hostname')
-rw-r--r-- | bin/hostname/Makefile | 1 | ||||
-rw-r--r-- | bin/hostname/hostname.1 | 1 | ||||
-rw-r--r-- | bin/hostname/hostname.c | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index d16477e..adee034 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 +# $Id$ PROG= hostname diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index 98bcb7e..8235045 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)hostname.1 8.1 (Berkeley) 5/31/93 +.\" $Id$ .\" .Dd May 31, 1993 .Dt HOSTNAME 1 diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index afee46a..00408ec 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -29,6 +29,8 @@ * 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$ */ #ifndef lint |