Ignore:
Timestamp:
Sep 30, 2007, 3:42:50 AM (18 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0pre1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/include/privileges.h

    r1 r77  
    1111   This program is free software; you can redistribute it and/or modify
    1212   it under the terms of the GNU General Public License as published by
    13    the Free Software Foundation; either version 2 of the License, or
     13   the Free Software Foundation; either version 3 of the License, or
    1414   (at your option) any later version.
    1515   
     
    2020   
    2121   You should have received a copy of the GNU General Public License
    22    along with this program; if not, write to the Free Software
    23    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     22   along with this program.  If not, see <http://www.gnu.org/licenses/>.
    2423*/
    2524
     
    6261#define SE_TAKE_OWNERSHIP               { { 0x00000800, 0x00000000, 0x00000000, 0x00000000 } }
    6362
    64 /* defined in lib/privilegs.c */
     63/* defined in lib/privilegs_basic.c */
     64
     65extern const SE_PRIV se_priv_all;
    6566
    6667extern const SE_PRIV se_priv_none;
Note: See TracChangeset for help on using the changeset viewer.