summaryrefslogtreecommitdiff
path: root/bin/domainname
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1996-12-14 06:08:03 +0000
committerSteve Price <steve@FreeBSD.org>1996-12-14 06:08:03 +0000
commit78b09ffeaf738a9bdc32990fbdffd0f6ae0b0ca5 (patch)
tree2f12bbee87f3b5e7477f863c11ba6545497513ad /bin/domainname
parent435257408ca91ec450d37f5585c809c6b3ad5de9 (diff)
downloadsrc-test2-78b09ffeaf738a9bdc32990fbdffd0f6ae0b0ca5.tar.gz
src-test2-78b09ffeaf738a9bdc32990fbdffd0f6ae0b0ca5.zip
-Wall cleaning.
Notes
Notes: svn path=/head/; revision=20420
Diffstat (limited to 'bin/domainname')
-rw-r--r--bin/domainname/domainname.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/domainname/domainname.c b/bin/domainname/domainname.c
index 4295ec5bff27..ade845224184 100644
--- a/bin/domainname/domainname.c
+++ b/bin/domainname/domainname.c
@@ -29,18 +29,18 @@
* 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: domainname.c,v 1.5 1995/03/19 13:28:17 joerg Exp $
*/
#ifndef lint
-static char copyright[] =
+static char const copyright[] =
"@(#) Copyright (c) 1988, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "From: @(#)hostname.c 8.1 (Berkeley) 5/31/93"; */
-static const char rcsid[] =
- "$Id: domainname.c,v 1.4 1994/09/26 02:14:27 wollman Exp $";
+static char const sccsid[] = "From: @(#)hostname.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#include <sys/param.h>