search for: 01u

Displaying 4 results from an estimated 4 matches for "01u".

Did you mean: 01
2002 Oct 04
1
Confirming kerberos for upcoming OpenSSH portable release.
...e IETF GSSAPI group to approve things :), and we will be so happy here. Now to see if I can help Simon (well at least moral support). Thankyou for your work. Stephen -- Stephen John Smoogen smoogen at lanl.gov Los Alamos National Laboratoy CCN-2 PH: (505)-665-9408 Ta-03 SM-30 MailStop D445 DP 01U Los Alamos, NM 87544
2017 Jan 19
4
[PATCH] Fix cppcheck warnings
...der.c +++ b/src/libFLAC/bitreader.c @@ -306,7 +306,7 @@ void FLAC__bitreader_dump(const FLAC__BitReader *br, FILE *out) if(i < br->consumed_words || (i == br->consumed_words && j < br->consumed_bits)) fprintf(out, "."); else - fprintf(out, "%01u", br->buffer[i] & ((brword)1 << (FLAC__BITS_PER_WORD-j-1)) ? 1:0); + fprintf(out, "%01d", br->buffer[i] & ((brword)1 << (FLAC__BITS_PER_WORD-j-1)) ? 1:0); fprintf(out, "\n"); } if(br->bytes > 0) { @@ -315,7 +315,7 @@ void FLAC__...
2006 Aug 25
2
trouble ticket packages for centos - slightly OT
Hi there - I know this is borderline "ot" - but I was wondering if anbyone could recommend a good helpdesk/ticketing system for use on centos 4.x. Thanks! -- dnk
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking