Displaying 2 results from an estimated 2 matches for "largebuf".
Did you mean:
argbuf
2012 May 03
1
[nut-commits] svn commit r3554 - branches/windows_port/common
...? ? ?(r3553)
> +++ branches/windows_port/common/wincompat.c ? ?Thu May ?3 08:31:38 2012 ? ? ? ?(r3554)
> @@ -212,7 +212,7 @@
> ? ?of chars containing the message to display (no terminal 0 required here) */
> ?void syslog(int priority, const char *fmt, ...)
> ?{
> - ? ? ? char buf1[LARGEBUF];
> + ? ? ? char buf1[LARGEBUF+sizeof(DWORD)];
> ? ? ? ?char buf2[LARGEBUF];
> ? ? ? ?va_list ap;
> ? ? ? ?HANDLE pipe;
>
> _______________________________________________
> nut-commits mailing list
> nut-commits at lists.alioth.debian.org
> http://lists.alioth.debian.org...
2007 Jan 12
2
Makefiles driving me NUTs
I want to use upsdebugx, upslogx in 'clients/upsclient.c', however this
fails with the following error messages (I trimmed the path to the build
directory to <path> in order to prevent line wrapping):
<path>/clients/upsclient.c:941: undefined reference to `upsdebugx'
<path>/clients/upsclient.c:910: undefined reference to `upslogx'