update-copyright: generalize comment handling
[gnulib.git] / tests / test-sockets.c
index 514409d..3c85a43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Free Software Foundation
+ * Copyright (C) 2008, 2009 Free Software Foundation
  * Written by Simon Josefsson.
  *
  * This program is free software: you can redistribute it and/or modify
@@ -40,5 +40,7 @@ main (int argc, char *argv[])
       return 1;
     }
 
+  (void) gl_fd_to_handle (0);
+
   return 0;
 }