Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c2f63e4f
Commit
c2f63e4f
authored
Aug 27, 2012
by
Leigh B Stoller
Browse files
Increase length of osname to 30 chars.
parent
713e0919
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/EmulabConstants.pm.in
View file @
c2f63e4f
...
...
@@ -328,7 +328,7 @@ sub TB_OSID_DESTROY() { 3; }
sub
TB_OSID_MIN
()
{
TB_OSID_READINFO
();
}
sub
TB_OSID_MAX
()
{
TB_OSID_DESTROY
();
}
sub
TB_OSID_OSIDLEN
()
{
35
;
}
sub
TB_OSID_OSNAMELEN
()
{
2
0
;
}
sub
TB_OSID_OSNAMELEN
()
{
3
0
;
}
sub
TB_OSID_VERSLEN
()
{
12
;
}
#
Magic
OSID
constants
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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