copy-acl: enhance Solaris ACL error handling
[gnulib.git] / lib / spawnattr_getschedpolicy.c
index 49145d1..c94a932 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2009, 2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software: you can redistribute it and/or modify
@@ -24,7 +24,7 @@
 /* Get scheduling policy from the attribute structure.  */
 int
 posix_spawnattr_getschedpolicy (const posix_spawnattr_t *attr,
-                               int *schedpolicy)
+                                int *schedpolicy)
 {
   /* Copy the scheduling policy.  */
   *schedpolicy = attr->_policy;