Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
29888373
Commit
29888373
authored
Sep 11, 2012
by
Julien Muchembled
Committed by
Juliusz Chroboczek
Nov 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove P flag from getopt.
This used to mean "parasitic", but has been removed a long time ago.
parent
0bfb52e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
babeld.c
babeld.c
+1
-1
No files found.
babeld.c
View file @
29888373
...
...
@@ -122,7 +122,7 @@ main(int argc, char **argv)
protocol_port
=
6696
;
while
(
1
)
{
opt
=
getopt
(
argc
,
argv
,
"m:p:h:H:i:k:A:
P
suS:d:g:lwz:t:T:c:C:DL:I:"
);
opt
=
getopt
(
argc
,
argv
,
"m:p:h:H:i:k:A:suS:d:g:lwz:t:T:c:C:DL:I:"
);
if
(
opt
<
0
)
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment