mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Sync with HEAD
This commit is contained in:
parent
987b62137d
commit
a64affffb2
@ -823,11 +823,6 @@ struct printjob;
|
||||
#define QSORT_CAST (int (*)(const void *, const void *))
|
||||
#endif
|
||||
|
||||
/* this guess needs to be improved (tridge) */
|
||||
#if (defined(STAT_STATVFS) || defined(STAT_STATVFS64)) && !defined(SYSV)
|
||||
#define SYSV 1
|
||||
#endif
|
||||
|
||||
#ifndef DEFAULT_PRINTING
|
||||
#ifdef HAVE_CUPS
|
||||
#define DEFAULT_PRINTING PRINT_CUPS
|
||||
|
@ -83,7 +83,7 @@ static int tcsetattr(int fd, int flags, struct sgttyb *t)
|
||||
static struct termios t;
|
||||
#endif /* SYSV_TERMIO */
|
||||
|
||||
char *getsmbpass(char *prompt)
|
||||
char *getsmbpass(char *prompt)
|
||||
{
|
||||
FILE *in, *out;
|
||||
int echo_off;
|
||||
|
Loading…
Reference in New Issue
Block a user