diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-03 09:07:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:33 -0500 |
commit | 72a5cbadc1498b58bc7873a450de4b50e322a676 (patch) | |
tree | 6f369b9d1ff46e0c7b662873e9aea697bb14635b /source4/lib/registry/tools | |
parent | 9177f9cf0961468342dded643be535fc427d2667 (diff) | |
download | samba-72a5cbadc1498b58bc7873a450de4b50e322a676.tar.gz samba-72a5cbadc1498b58bc7873a450de4b50e322a676.tar.bz2 samba-72a5cbadc1498b58bc7873a450de4b50e322a676.zip |
r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionality
not available on some platforms but is a Samba-specific library.
(This used to be commit e9d3660fa6678424e5159708a1aa572824926c8e)
Diffstat (limited to 'source4/lib/registry/tools')
-rw-r--r-- | source4/lib/registry/tools/regshell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/tools/regshell.c b/source4/lib/registry/tools/regshell.c index 6da64d14a8..a1a88378c9 100644 --- a/source4/lib/registry/tools/regshell.c +++ b/source4/lib/registry/tools/regshell.c @@ -25,7 +25,7 @@ #include "lib/events/events.h" #include "lib/registry/reg_backend_rpc.h" #include "system/time.h" -#include "lib/replace/smbreadline.h" +#include "lib/smbreadline/smbreadline.h" #include "librpc/gen_ndr/ndr_security.h" /* |