diff options
Diffstat (limited to 'libexec/mknetid/hash.c')
-rw-r--r-- | libexec/mknetid/hash.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libexec/mknetid/hash.c b/libexec/mknetid/hash.c index f875ba1..989fdb3 100644 --- a/libexec/mknetid/hash.c +++ b/libexec/mknetid/hash.c @@ -28,8 +28,6 @@ * 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$ */ #include <stdio.h> @@ -39,9 +37,9 @@ #include "hash.h" #ifndef lint -static const char rcsid[] = "$Id$"; -#endif - +static const char rcsid[] = + "$Id$"; +#endif /* not lint */ /* * This hash function is stolen directly from the |