diff options
author | Gerald Carter <jerry@samba.org> | 2006-09-08 15:22:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:51:19 -0500 |
commit | 96dd10cc00d02fb0ae49dfc9c3a74e6d99dc571b (patch) | |
tree | 94afba2a3955e1d0007e3fc0c7d9c9f72c37c7c7 /source3 | |
parent | 2b27c93a9a8471693d7dcb5fdbe8afe65b22ff66 (diff) | |
download | samba-96dd10cc00d02fb0ae49dfc9c3a74e6d99dc571b.tar.gz samba-96dd10cc00d02fb0ae49dfc9c3a74e6d99dc571b.tar.bz2 samba-96dd10cc00d02fb0ae49dfc9c3a74e6d99dc571b.zip |
r18274: Cleanup unnecessary empty headers and add a comment
why the remaining ones are needed
(This used to be commit e4fc8ba7fb1cbb7258bc08f1dc2b9d2205bf7f81)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/gen_ndr/ndr_dcerpc.h | 2 | ||||
-rw-r--r-- | source3/librpc/gen_ndr/ndr_security.h | 2 | ||||
-rw-r--r-- | source3/librpc/ndr/ndr_dcerpc.h | 0 | ||||
-rw-r--r-- | source3/librpc/ndr/ndr_misc.h | 0 | ||||
-rw-r--r-- | source3/librpc/ndr/ndr_security.h | 0 |
5 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ndr_dcerpc.h b/source3/librpc/gen_ndr/ndr_dcerpc.h index e69de29bb2..292e9011c6 100644 --- a/source3/librpc/gen_ndr/ndr_dcerpc.h +++ b/source3/librpc/gen_ndr/ndr_dcerpc.h @@ -0,0 +1,2 @@ +/* empty header to deal with pidl */ + diff --git a/source3/librpc/gen_ndr/ndr_security.h b/source3/librpc/gen_ndr/ndr_security.h index e69de29bb2..292e9011c6 100644 --- a/source3/librpc/gen_ndr/ndr_security.h +++ b/source3/librpc/gen_ndr/ndr_security.h @@ -0,0 +1,2 @@ +/* empty header to deal with pidl */ + diff --git a/source3/librpc/ndr/ndr_dcerpc.h b/source3/librpc/ndr/ndr_dcerpc.h deleted file mode 100644 index e69de29bb2..0000000000 --- a/source3/librpc/ndr/ndr_dcerpc.h +++ /dev/null diff --git a/source3/librpc/ndr/ndr_misc.h b/source3/librpc/ndr/ndr_misc.h deleted file mode 100644 index e69de29bb2..0000000000 --- a/source3/librpc/ndr/ndr_misc.h +++ /dev/null diff --git a/source3/librpc/ndr/ndr_security.h b/source3/librpc/ndr/ndr_security.h deleted file mode 100644 index e69de29bb2..0000000000 --- a/source3/librpc/ndr/ndr_security.h +++ /dev/null |