Univention Bugzilla – Attachment 7469 Details for
Bug 40460
UCS@school 4.1 Slave: FAILED 03univention-directory-listener.inst
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
1.c
1.c (text/x-csrc), 281 bytes, created by
Arvid Requate
on 2016-02-10 18:26:06 CET
(
hide
)
Description:
1.c
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2016-02-10 18:26:06 CET
Size:
281 bytes
patch
obsolete
>#include <stdio.h> > >main(){ > int _max=40; > int _retry; > > printf("Current: \n"); > for (_retry=0; _retry<_max;) > printf(" %d", (1 << _retry++) & 0x1f); > printf("\n"); > > printf("Proposal: \n"); > for (_retry=0; _retry<_max;) > printf(" %d", (1 << (_retry++ % 6))); > printf("\n"); > >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 40460
:
7418
|
7419
|
7452
| 7469