]> code.delx.au - gnu-emacs/blobdiff - lib/set-permissions.c
Ibuffer change marks
[gnu-emacs] / lib / set-permissions.c
index 8e6ecf365d15dffc32ff11c8234814c4a481138e..2c773567cd60474e7ff089d0511173297b4ab99e 100644 (file)
@@ -1,6 +1,6 @@
 /* Set permissions of a file.  -*- coding: utf-8 -*-
 
-   Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005-2016 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -269,6 +269,7 @@ set_acls_from_mode (const char *name, int desc, mode_t mode, bool *must_chmod)
          }
        return -1;
       }
+    return 0;
   }
 }