]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/bitmap.c
Clean up the vcs ID strings in libc's gen/ directory.
[pw-darwin.git] / pw / bitmap.c
index bb55c5b6fcf34f658828836d7451085edc07d5b3..be82b2c792dd9537ebd02068e22ca3b45e691e82 100644 (file)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 1996
  *     David L. Nugent.  All rights reserved.
  *
@@ -26,7 +28,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id$";
+  "$FreeBSD$";
 #endif /* not lint */
 
 #include <stdlib.h>
@@ -50,8 +52,7 @@ bm_alloc(int size)
 void
 bm_dealloc(struct bitmap * bm)
 {
-       if (bm->map)
-               free(bm->map);
+       free(bm->map);
 }
 
 static void