diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-04-24 11:52:00 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-04-24 11:52:00 +0000 |
commit | 3f03ecf5627ec0eda7fdbb4314ba804574751ede (patch) | |
tree | 7a95f19ce79ca953fc9f2073235aaad1d89e9ad8 | |
parent | a04c643158104d4213698c76f13b7bfbdfda464e (diff) | |
download | samba-3f03ecf5627ec0eda7fdbb4314ba804574751ede.tar.gz samba-3f03ecf5627ec0eda7fdbb4314ba804574751ede.tar.bz2 samba-3f03ecf5627ec0eda7fdbb4314ba804574751ede.zip |
Irix CC reminds us that this is non-standard.
Andrew Bartlett
(This used to be commit 748ed3552b2be1d86387dc3628107375104d8f50)
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 17cb86ec74..277ef3cc5b 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -251,7 +251,7 @@ enum SID_NAME_USE SID_NAME_DELETED, /* deleted account: needed for c2 rating */ SID_NAME_INVALID, /* invalid account */ SID_NAME_UNKNOWN, /* unknown sid type */ - SID_NAME_COMPUTER, /* sid for a computer */ + SID_NAME_COMPUTER /* sid for a computer */ }; /** @@ -625,7 +625,7 @@ enum pdb_elements { PDB_NTPASSWD, /* this must be the last element */ - PDB_COUNT, + PDB_COUNT }; enum pdb_value_state { |