Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
303cfd6d
Commit
303cfd6d
authored
20 years ago
by
Benjamin Couturier
Browse files
Options
Downloads
Patches
Plain Diff
#3558 Buffer truncation for the dedication in showqueues -x
parent
f3e57679
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vdqm/showqueues.c
+2
-2
2 additions, 2 deletions
vdqm/showqueues.c
with
2 additions
and
2 deletions
vdqm/showqueues.c
+
2
−
2
View file @
303cfd6d
...
...
@@ -4,7 +4,7 @@
*/
#ifndef lint
static
char
sccsid
[]
=
"@(#)$RCSfile: showqueues.c,v $ $Revision: 1.2
1
$ $Date: 2004/05/27 1
0
:1
4:22
$ CERN IT-PDP/DM Olof Barring"
;
static
char
sccsid
[]
=
"@(#)$RCSfile: showqueues.c,v $ $Revision: 1.2
2
$ $Date: 2004/05/27 1
2
:1
0:13
$ CERN IT-PDP/DM Olof Barring"
;
#endif
/* not lint */
/*
...
...
@@ -34,7 +34,7 @@ static char sccsid[] = "@(#)$RCSfile: showqueues.c,v $ $Revision: 1.21 $ $Date:
#include
"Csnprintf.h"
#define BUF_SIZE 30
#define BUF_ID_SIZE
100
#define BUF_ID_SIZE
CA_MAXLINELEN+1
#define NO_DEDICATION "No_dedication"
#define NONE_VOLUME "None"
#define NO_DED "ND"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment