]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/os/sunos.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / compat / os / sunos.h
index 1f9a766d86a21830fefcc8e1d80498f2317d192a..4f1d85651285ebc7009ed56f2d6e9d28e99f2fc6 100644 (file)
@@ -1,7 +1,15 @@
+/*
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_OS_SUNOS_H
 #define SQUID_OS_SUNOS_H
 
-#ifdef _SQUID_SUNOS_
+#if _SQUID_SUNOS_
 
 /****************************************************************************
  *--------------------------------------------------------------------------*
@@ -9,7 +17,6 @@
  *--------------------------------------------------------------------------*
  ****************************************************************************/
 
-
 /* O_NONBLOCK requires <fcntl.h> to be included first */
 #if HAVE_FCNTL_H
 #include <fcntl.h>
@@ -20,7 +27,6 @@
  */
 #define SQUID_NONBLOCK O_NDELAY
 
-
-
 #endif /* _SQUID_SUNOS_ */
 #endif /* SQUID_OS_SUNOS_H */
+