From 634a019ca65cadad2ee2109f7a908168eac2df3a Mon Sep 17 00:00:00 2001 From: merlokk Date: Tue, 14 Aug 2018 15:22:06 +0300 Subject: [PATCH] update to new argtable3 --- https://github.com/argtable/argtable3 --- client/cliparser/argtable3.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/cliparser/argtable3.c b/client/cliparser/argtable3.c index d031bd2d..5e4cc1dc 100644 --- a/client/cliparser/argtable3.c +++ b/client/cliparser/argtable3.c @@ -283,9 +283,8 @@ extern char *suboptarg; /* getsubopt(3) external variable */ * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ -#ifndef lint -static const char rcsid[]="$Id: getopt_long.c,v 1.1 2009/10/16 19:50:28 rodney Exp rodney $"; -#endif /* lint */ +// $Id: getopt_long.c,v 1.1 2009/10/16 19:50:28 rodney Exp rodney $" + /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved.